diff options
author | rub <rub@piwigo.org> | 2009-01-13 18:53:00 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-13 18:53:00 +0000 |
commit | 8fec6be07aa7ae9e3091549d9d0c5fb54117c421 (patch) | |
tree | 56eea57376b48cdfeffae231b738491e2cb9f7c1 /admin/include/functions.php | |
parent | 151da2c893bcb42d446645bd4a5844f9064658b9 (diff) |
Fix bad $lang.
Remove not necessary information messages on upgrade.
git-svn-id: http://piwigo.org/svn/trunk@3072 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index d89d2bf33..86d274687 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1598,7 +1598,7 @@ DELETE /** * Do maintenance on all PWG tables * - * @return nono + * @return none */ function do_maintenance_all_tables() { @@ -1647,7 +1647,7 @@ function do_maintenance_all_tables() { array_push( $page['infos'], - l10n('Optimization completed') + l10n('Optimizations completed') ); } else |