Improve French translation

This commit is contained in:
Julien VAUBOURG
2015-07-25 11:02:50 +02:00
parent 08e6ee90d2
commit 40ba05ad1b
4 changed files with 24 additions and 24 deletions

View File

@@ -272,7 +272,7 @@ dispatch_put('/settings', function() {
}
if(inet_pton("${ssid['ip4_nat_prefix']}.0") === false) {
throw new Exception(_('The format of the IPv4 NAT Prefix (/24) looks bad : x.x.x expected)'));
throw new Exception(_('The format of the IPv4 NAT Prefix (/24) looks bad: x.x.x expected'));
}
if(filter_var("${ssid['ip4_nat_prefix']}.0", FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE) !== false) {