summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 10:23:40 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 10:23:40 -0300
commit6ae5a0923af078c243552308dce7beecb3235e43 (patch)
tree420f4edb68dffaecd7aef7f131479f7a096ddac9 /usr
parentf65227b9082aa7785fb862414f3b1a64bb9db4c9 (diff)
parentc8536f7d86decdabfead5b987c0eaf02d9955bb2 (diff)
downloadpfsense-6ae5a0923af078c243552308dce7beecb3235e43.zip
pfsense-6ae5a0923af078c243552308dce7beecb3235e43.tar.gz
Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-clone
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index 65e1e41..8b10f9f 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -245,7 +245,7 @@ if ($_POST) {
}
if($pkg['title'] <> "") {
- $edit = ($only_edit ? '' : ': Edit');
+ $edit = ($only_edit ? '' : sprintf(gettext(": %s"), "Edit"));
$title = $pkg['title'] . $edit;
}
else
@@ -851,4 +851,4 @@ function parse_package_templates() {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud