Update portal_whois_online_module.php

This commit is contained in:
Mauron
2015-01-17 05:24:27 +01:00
parent 902f029c41
commit ef18373c95

View File

@@ -32,5 +32,5 @@ if (empty($lang) || !is_array($lang))
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'PORTAL_WHOIS_ONLINE' => 'Chi c'è in linea',
'PORTAL_WHOIS_ONLINE' => 'Chi c\'è in linea',
));