summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-25 10:10:33 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-25 10:10:33 -0500
commit32e7220f779504ec777c092ed17a59dc3914df14 (patch)
tree62e9670d79f515c00535f929c36d6ab880cdf445 /src/usr/local/www/index.php
parente94f260c7a6451b11973df2f58843e0f30884ec7 (diff)
downloadpfsense-32e7220f779504ec777c092ed17a59dc3914df14.zip
pfsense-32e7220f779504ec777c092ed17a59dc3914df14.tar.gz
Add gettext to icon title
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index c1361e5..5bb1de4 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -489,7 +489,7 @@ events.push(function() {
});
- $('.context-links li:last').prev('li').html('<a href="#" class=help-icon" title="Save dashboard layout" id="btnstore"><i class="fa fa-save"></i></a>');
+ $('.context-links li:last').prev('li').html('<a href="#" class=help-icon" title="<?=gettext("Save dashboard layout")?>" id="btnstore"><i class="fa fa-save"></i></a>');
$('#btnstore').click(function() {
updateWidgets();
OpenPOWER on IntegriCloud