Project

General

Profile

« Previous | Next » 

Revision cbf81857

Added by Phil Davis almost 10 years ago

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.

View differences:

usr/local/www/guiconfig.inc
1065 1065
function alias_info_popup($alias_id){
1066 1066
	global $config;
1067 1067
	$maxlength = 60;
1068
	$close_title="title='".gettext('move mouse out this alias to hide')."'";
1068
	$close_title="title='".gettext('move mouse out of this alias to hide')."'";
1069 1069
	if (is_array($config['aliases']['alias'][$alias_id])){
1070 1070
		$alias_name=$config['aliases']['alias'][$alias_id];
1071 1071
		$alias_objects_with_details = "<table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" summary=\"alias info popup\">";

Also available in: Unified diff