summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:02:33 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:02:33 -0300
commit45a06eeb096c8c7ccbfbb31a98002f63f5b5620c (patch)
tree31f2c2bd620b7fa8f81743b384b965b5f4d1c644 /usr/local/www/load_balancer_virtual_server_edit.php
parent8ebbae22e08147c24da6c7cad6fcb9315eb1291f (diff)
downloadpfsense-45a06eeb096c8c7ccbfbb31a98002f63f5b5620c.zip
pfsense-45a06eeb096c8c7ccbfbb31a98002f63f5b5620c.tar.gz
Move : to gettext string
Diffstat (limited to 'usr/local/www/load_balancer_virtual_server_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 247c42b..55d55a5 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -96,9 +96,9 @@ if ($_POST) {
if(isset($id) && $a_vs[$id])
$vsent = $a_vs[$id];
if($vsent['name'] != "")
- $changedesc .= " " . sprintf(gettext("modified '%s' vs"), $vsent['name']) . ":";
+ $changedesc .= " " . sprintf(gettext("modified '%s' vs:"), $vsent['name']);
else
- $changedesc .= " " . sprintf(gettext("created '%s' vs"), $_POST['name']) . ":";
+ $changedesc .= " " . sprintf(gettext("created '%s' vs:"), $_POST['name']);
update_if_changed("name", $vsent['name'], $_POST['name']);
update_if_changed("desc", $vsent['desc'], $_POST['desc']);
OpenPOWER on IntegriCloud