We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120ea7e commit c0c892dCopy full SHA for c0c892d
public_html/lists/admin/index.php
@@ -522,7 +522,7 @@ function mb_strtolower($string)
522
}
523
$updaterdir = __DIR__ . '/../updater';
524
if(file_exists($updaterdir)){
525
- echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('auto updater').'"> here</a>'.'(beta)');
+ echo Info(s('Try automatic updater').'<a href="?page=redirecttoupdater" title="'.s('automatic updater').'"> '.s('here').'</a>'.' ('.s('beta').')');
526
527
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
528
Error(s('Your PHP version is out of date. phpList requires PHP version 5.3.3 or higher.'));
0 commit comments