Skip to content

Commit c0c892d

Browse files
committed
Fix space between words and add translatability
1 parent 120ea7e commit c0c892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ function mb_strtolower($string)
522522
}
523523
$updaterdir = __DIR__ . '/../updater';
524524
if(file_exists($updaterdir)){
525-
echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('auto updater').'"> here</a>'.'(beta)');
525+
echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('automatic updater').'"> '.s('here').'</a>'.' ('.s('beta').')');
526526
}
527527
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
528528
Error(s('Your PHP version is out of date. phpList requires PHP version 5.3.3 or higher.'));

0 commit comments

Comments
 (0)