diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-05-24 14:02:17 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-05-24 14:02:17 +0000 |
commit | 02ba44ef0813d84f2a12e3c466084ef434a6fd68 (patch) | |
tree | 70f029fed49e635961f6f2360f2b424f0d58f29e /language/templates/upgrade.lang.php | |
parent | e5a564b618a5dd5199a551ba6a9945e8eac19ebc (diff) |
remplace special -> tool
git-svn-id: http://piwigo.org/svn/branches/2.1@6327 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/templates/upgrade.lang.php')
-rw-r--r-- | language/templates/upgrade.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/templates/upgrade.lang.php b/language/templates/upgrade.lang.php index 8352916c1..d59c8b66a 100644 --- a/language/templates/upgrade.lang.php +++ b/language/templates/upgrade.lang.php @@ -29,7 +29,7 @@ $lang['total upgrade time'] = 'total upgrade time'; $lang['total SQL time'] = 'total SQL time'; $lang['SQL queries'] = 'SQL queries'; $lang['Upgrade informations'] = 'Upgrade informations'; -$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'; +$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'; $lang['deactivated plugins'] = 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'; $lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; $lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; |