diff options
Diffstat (limited to '')
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index de1f704b4..eb2d57646 100644 --- a/upgrade.php +++ b/upgrade.php @@ -343,7 +343,7 @@ if ((isset($_POST['submit']) or isset($_GET['now'])) ); array_push($page['infos'], - l10n('Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.') + l10n('Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.') ); // Save $page['infos'] in order to restore after maintenance actions |