summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states_sources.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-16 00:47:06 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-16 00:47:06 +0545
commitbabf5d85a3871c11a31b853ed7eb837e989f4c01 (patch)
tree7943e4e5d3097539ddd1a7b9675d87186f15bab7 /src/usr/local/www/diag_dump_states_sources.php
parentc3f962bab940051e9e3d0fd93f981c1ff8fd0cc2 (diff)
downloadpfsense-babf5d85a3871c11a31b853ed7eb837e989f4c01.zip
pfsense-babf5d85a3871c11a31b853ed7eb837e989f4c01.tar.gz
Internationalization batch 1
Diffstat (limited to 'src/usr/local/www/diag_dump_states_sources.php')
-rw-r--r--src/usr/local/www/diag_dump_states_sources.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_dump_states_sources.php b/src/usr/local/www/diag_dump_states_sources.php
index 5621f9a..6f8f5d7 100644
--- a/src/usr/local/www/diag_dump_states_sources.php
+++ b/src/usr/local/www/diag_dump_states_sources.php
@@ -137,7 +137,7 @@ print $form;
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title">Current source tracking entries</h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("Current source tracking entries")?></h2></div>
<div class="panel-body">
<table class="table table-striped">
<thead>
@@ -176,7 +176,7 @@ if (count($sources) > 0) {
<td>
<a class="btn btn-xs btn-danger" data-entry="<?=$srcip?>|<?=$dstip?>"
- title="<?=sprintf(gettext('Remove all source tracking entries from %s to %s'), $srcip, $dstip);?>">Remove</a>
+ title="<?=sprintf(gettext('Remove all source tracking entries from %1$s to %2$s'), $srcip, $dstip);?>"><?=gettext("Remove")?></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud