diff --git a/language/en_UK/upgrade.lang.php b/language/en_UK/upgrade.lang.php
index 4e98e47b1..9e41d60aa 100644
--- a/language/en_UK/upgrade.lang.php
+++ b/language/en_UK/upgrade.lang.php
@@ -24,7 +24,7 @@
$lang['Upgrade'] = "Upgrade";
-$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 the database from your Piwigo old version to the new 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 the database from your old Piwigo version to the new version. The upgrade assistant thinks you are currently running release %s (or equivalent).';
$lang['Upgrade from version %s to %s'] = "Upgrade from version %s to %s";
$lang['Statistics'] = "Statistics";
$lang['total upgrade time'] = "total upgrade time";
@@ -39,5 +39,5 @@ $lang['All sub-albums of private albums become private'] = "All sub-albums of pr
$lang['User permissions and group permissions have been erased'] = "Users and groups permissions have been erased";
$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 %s, before ?>, insert:'] = 'In %s, before ?>, insert:';
-$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:';
-?>
+$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 themes upgrade before reactiving them:';
+?>
\ No newline at end of file