diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3
index 2d734b7fb..138f8c25b 100644
--- a/lang/italian.inc.php3
+++ b/lang/italian.inc.php3
@@ -226,6 +226,7 @@ $strPasswordEmpty = 'La password
$strPasswordNotSame = 'La password non coincide!';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
+$strPmaUriError = 'La direttiva $cfgPmaAbsoluteUri DEVE essere impostata nel file di configurazione!';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimary = 'Primaria';
@@ -350,5 +351,5 @@ $strZip = '"compresso con zip"';
// To translate
-$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!';
+
?>