Fix incorrect switch statement, thanks to Rouslan

This commit is contained in:
Marc Delisle 2012-11-11 07:55:10 -05:00
parent 0cb97be49a
commit 342db8b09d

View File

@ -363,7 +363,9 @@ case 'double-click':
break;
case 'click':
$js_messages['strGridEditFeatureHint'] = __('You can also edit most columns<br />by clicking directly on their content.');
case 'click':
break;
default:
break;
}
$js_messages['strGoToLink'] = __('Go to link');
$js_messages['strColNameCopyTitle'] = __('Copy column name');