diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3
index b82d0d89d2..a4a524d013 100644
--- a/lang/finnish.inc.php3
+++ b/lang/finnish.inc.php3
@@ -228,6 +228,7 @@ $strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
+$strPmaUriError = '$cfgPmaAbsoluteUri täytyy määritellä asetustiedostossa!';
$strPos1 = 'Alku';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
@@ -350,6 +351,4 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"';
// To translate
-$strChangePassword = 'Vaihda salasanaa';
-$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!';
?>
diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3
index ef0db94545..7af0fa0edc 100644
--- a/lang/norwegian.inc.php3
+++ b/lang/norwegian.inc.php3
@@ -223,6 +223,7 @@ $strPasswordEmpty = 'Passordet er blankt!';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPHPVersion = 'PHP Versjon';
$strPmaDocumentation = 'phpMyAdmin Dokumentasjon';
+$strPmaUriError = '$cfgPmaAbsoluteUri variabelen MÅ være innstilt i din konfigurasjons-fil!';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimary = 'Primær';
@@ -345,5 +346,4 @@ $strYes = 'Ja';
$strZip = '"komprimert (zip)"';
// To translate
-$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!';
?>