aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/upgrade.lang.php
diff options
context:
space:
mode:
authorjeremydurand <jeremydurand24@hotmail.fr>2016-06-06 16:39:29 +0200
committerPierrick Le Gall <plg@piwigo.org>2016-06-06 16:39:29 +0200
commit6c342689d9e226d1c09c8fa1fd99d8f8c4944497 (patch)
treea832122b48d6ec178a3183ae25ecc2495d3ae68c /language/en_UK/upgrade.lang.php
parent43ecfbf60a8eba6886c3915774c68665fd4258b6 (diff)
fixes #429 upgrade message (#495)
fixes #429 link to Take a Tour with core string
Diffstat (limited to 'language/en_UK/upgrade.lang.php')
-rw-r--r--language/en_UK/upgrade.lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/language/en_UK/upgrade.lang.php b/language/en_UK/upgrade.lang.php
index f279fe618..221336482 100644
--- a/language/en_UK/upgrade.lang.php
+++ b/language/en_UK/upgrade.lang.php
@@ -40,4 +40,5 @@ $lang['User permissions and group permissions have been erased'] = "Users and gr
$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "Only thumbnails prefix and webmaster mail address have been saved from previous configuration";
$lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'In <i>%s</i>, before <b>?></b>, insert:';
$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'As a precaution, the following themes have been deactivated. You must check for upgradable themes before reactivating them:';
-?> \ No newline at end of file
+$lang['Discover what\'s new in Piwigo %s'] = 'Discover what\'s new in Piwigo %s';
+?>