summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
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