summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-14 11:42:46 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-14 11:42:46 -0500
commitd6b48407f175374175112007165c3db4520d3b93 (patch)
tree20087a1661e923db9327c55a7f380e31248fd8d1
parentef9c37d9a7247a64fcf78858f364b66caf9eade7 (diff)
parent116883e0d1e359135e71e1e007c0622e3acd3376 (diff)
downloadpfsense-d6b48407f175374175112007165c3db4520d3b93.zip
pfsense-d6b48407f175374175112007165c3db4520d3b93.tar.gz
Merge pull request #2438 from phil-davis/patch-2
-rwxr-xr-xsrc/usr/local/www/diag_halt.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_halt.php b/src/usr/local/www/diag_halt.php
index ba8a601..5d7fc5d 100755
--- a/src/usr/local/www/diag_halt.php
+++ b/src/usr/local/www/diag_halt.php
@@ -98,14 +98,14 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<div class="panel panel-default">
<div class="panel-heading">
- <h2 class="panel-title">Are you sure you want to halt the system?</h2>
+ <h2 class="panel-title"><?=gettext('Are you sure you want to halt the system?')?></h2>
</div>
<div class="panel-body">
<div class="content">
- <p>Click "Halt" to halt the system immediately, or "No" to go to the system dashboard. (There will be a brief delay before the dashboard appears.)</p>
+ <p><?=gettext('Click "Halt" to halt the system immediately, or "No" to go to the system dashboard. (There will be a brief delay before the dashboard appears.)')?></p>
<form action="diag_halt.php" method="post">
- <input type="submit" class="btn btn-danger pull-center" name="save" value="Halt">
- <a href="/" class="btn btn-default">No</a>
+ <input type="submit" class="btn btn-danger pull-center" name="save" value="<?=gettext("Halt")?>">
+ <a href="/" class="btn btn-default"><?=gettext("No")?></a>
</form>
</div>
</div>
OpenPOWER on IntegriCloud