From f1c5936f8b8b5ee4ca8aaeff156d15d6ed657a41 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sat, 8 May 2010 20:23:13 +0000 Subject: Fix language key (return in string) for message introduction in upgrade.php git-svn-id: http://piwigo.org/svn/trunk@6127 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/templates/upgrade.lang.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'language/templates') diff --git a/language/templates/upgrade.lang.php b/language/templates/upgrade.lang.php index 5491e1bd2..8352916c1 100644 --- a/language/templates/upgrade.lang.php +++ b/language/templates/upgrade.lang.php @@ -22,8 +22,7 @@ // +-----------------------------------------------------------------------+ $lang['Upgrade'] = 'Upgrade'; -$lang['introduction message'] = 'This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. -The upgrade assistant thinks you are currently running a release %s (or equivalent).'; +$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a release %s (or equivalent).'] = 'This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a release %s (or equivalent).'; $lang['Upgrade from %s to %s'] = 'Upgrade from version %s to %s'; $lang['Statistics'] = 'Statistics'; $lang['total upgrade time'] = 'total upgrade time'; -- cgit v1.2.3