summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-01-07 07:07:16 -0500
committerPhil Davis <phil.davis@inf.org>2017-03-21 23:13:05 +0545
commit31a6c8ebeefe496f607ae1ff5a9893a88d898389 (patch)
tree7675488f534948b210116140fbf74bcc48a0d102
parent9fcd168b1bd4da1f0a375dd3a3fadf434b03b4f3 (diff)
downloadpfsense-31a6c8ebeefe496f607ae1ff5a9893a88d898389.zip
pfsense-31a6c8ebeefe496f607ae1ff5a9893a88d898389.tar.gz
Add missing internationalization
-rw-r--r--src/usr/local/www/widgets/widgets/gateways.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/gateways.widget.php b/src/usr/local/www/widgets/widgets/gateways.widget.php
index 6ecd0ae..a7469f9 100644
--- a/src/usr/local/www/widgets/widgets/gateways.widget.php
+++ b/src/usr/local/www/widgets/widgets/gateways.widget.php
@@ -167,7 +167,7 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
<thead>
<tr>
<th>Gateway</th>
- <th>Show</th>
+ <th><?=gettext("Show")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud