summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-21 23:53:25 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-21 23:53:25 +0545
commitf49cd72565cf246c3ce357ad6fc091f198bb811a (patch)
tree4cc7dd5a47ae7612a3fbb1709b0a0edb21d7318b /src/usr/local/www/index.php
parent321a8b9a7e11d24fdbf10ab10d5ddefba85786e3 (diff)
downloadpfsense-f49cd72565cf246c3ce357ad6fc091f198bb811a.zip
pfsense-f49cd72565cf246c3ce357ad6fc091f198bb811a.tar.gz
Internationalization graph guiconfig head index
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index e2e792b..b7a0185 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -107,7 +107,7 @@ if ($g['disablecrashreporter'] != true) {
}
if ($x > 0) {
- $savemsg = "{$g['product_name']} has detected a crash report or programming bug. Click <a href='crash_reporter.php'>here</a> for more information.";
+ $savemsg = sprintf(gettext("%s has detected a crash report or programming bug. Click <a href='crash_reporter.php'>here</a> for more information."), $g['product_name']);
$class = "warning";
}
}
@@ -357,7 +357,7 @@ foreach ($available as $widgetname => $widgetconfig):
<form action="/" method="post" id="widgetSequence_form" name="widgetForm">
<input type="hidden" name="sequence" value="" />
- <button type="submit" id="btnstore" class="btn btn-primary">Store widget configuration</button>
+ <button type="submit" id="btnstore" class="btn btn-primary"><?=gettext("Store widget configuration")?></button>
</form>
</div>
OpenPOWER on IntegriCloud