From cbf81857d962a91b13344643eca7f2e961f07e6a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 8 Oct 2015 07:36:50 +0545 Subject: 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. --- usr/local/www/guiconfig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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 = ""; -- cgit v1.1