diff options
author | Renato Botelho <renato.botelho@bluepex.com> | 2010-10-01 10:17:13 -0300 |
---|---|---|
committer | Renato Botelho <renato.botelho@bluepex.com> | 2010-10-01 10:17:13 -0300 |
commit | addc0439931fb28c626c7024b1e9857adfe29f29 (patch) | |
tree | f6774da34d43b238c3a14a3a43a5b71da0a2f249 /etc/inc/gwlb.inc | |
parent | 788c1288bae791ac0b3f2a19eb8c6aac8d7a7c22 (diff) | |
download | pfsense-addc0439931fb28c626c7024b1e9857adfe29f29.zip pfsense-addc0439931fb28c626c7024b1e9857adfe29f29.tar.gz |
Fix quotes to use %N$X on gettext calls
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r-- | etc/inc/gwlb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 03cbf6f..66696a2 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -452,7 +452,7 @@ function dhclient_update_gateway_groups_defaultroute($interface = "wan") { } } if($changed && $current_gw) - write_config(sprintf(gettext("Updating gateway group gateway for %1$s - new gateway is %2$s"), $interfac, $current_gw)); + write_config(sprintf(gettext('Updating gateway group gateway for %1$s - new gateway is %2$s'), $interfac, $current_gw)); } function lookup_gateway_ip_by_name($name) { |