summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-08 07:36:50 +0545
committerPhil Davis <phil.davis@inf.org>2015-10-08 07:36:50 +0545
commitcbf81857d962a91b13344643eca7f2e961f07e6a (patch)
tree2dd510248220654406d37ce1ab608af6dafb3da2 /usr
parentdb322752ebb5fecc54bd9ce841874b47624c89c6 (diff)
downloadpfsense-cbf81857d962a91b13344643eca7f2e961f07e6a.zip
pfsense-cbf81857d962a91b13344643eca7f2e961f07e6a.tar.gz
Wording of alias_info_popup tip
I noticed this while comparing alias popup behavior between 2.2.5-DEVELOPMENT and 2.3 Might as well fix the grammar here for 2.2.5 This tip does not exist in 2.3 because the popup works more nicely there and so this text is not needed. Therefore this change does not need to be ported forward to master.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index b6ed0ad..6fd36d0 100644
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -1065,7 +1065,7 @@ function add_package_tabs($tabgroup, & $tab_array) {
function alias_info_popup($alias_id){
global $config;
$maxlength = 60;
- $close_title="title='".gettext('move mouse out this alias to hide')."'";
+ $close_title="title='".gettext('move mouse out of this alias to hide')."'";
if (is_array($config['aliases']['alias'][$alias_id])){
$alias_name=$config['aliases']['alias'][$alias_id];
$alias_objects_with_details = "<table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" summary=\"alias info popup\">";
OpenPOWER on IntegriCloud