summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-06 21:23:13 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-06 21:23:13 +0545
commitf8a1be5601179398cb8a0ee80cff2fdd93c709d6 (patch)
tree158584117a9749d623870817e316d54d2a6855c4 /src/usr/local/www/guiconfig.inc
parentc728ede6d0a39425716baeef698726108b39469c (diff)
downloadpfsense-f8a1be5601179398cb8a0ee80cff2fdd93c709d6.zip
pfsense-f8a1be5601179398cb8a0ee80cff2fdd93c709d6.tar.gz
user/local/www inc file gettext improvements
Diffstat (limited to 'src/usr/local/www/guiconfig.inc')
-rw-r--r--src/usr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index 5ae0861..6218658 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -385,7 +385,7 @@ function get_std_save_message($retval) {
$to_return = gettext("The changes have been applied successfully.");
} else {
// non-zero means there was some problem
- $to_return = gettext("There was a problem applying the changes. See the <a href=\"status_logs.php\">System Logs</a>.");
+ $to_return = sprintf(gettext('There was a problem applying the changes. See the %1$sSystem Logs%2$s.'), '<a href=\"status_logs.php\">', '</a>');
}
foreach ($filter_pages as $fp) {
if (stristr($_SERVER['SCRIPT_FILENAME'], $fp)) {
OpenPOWER on IntegriCloud