diff options
Diffstat (limited to 'language/templates')
-rw-r--r-- | language/templates/upgrade.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 <strong>release %s</strong> (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 <strong>release %s</strong> (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 <strong>release %s</strong> (or equivalent).'; $lang['Upgrade from %s to %s'] = 'Upgrade from version %s to %s'; $lang['Statistics'] = 'Statistics'; $lang['total upgrade time'] = 'total upgrade time'; |