--- loncom/interface/lonpreferences.pm 2015/01/19 15:36:01 1.215 +++ loncom/interface/lonpreferences.pm 2015/02/23 12:36:27 1.216 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.215 2015/01/19 15:36:01 goltermann Exp $ +# $Id: lonpreferences.pm,v 1.216 2015/02/23 12:36:27 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1892,8 +1892,8 @@ sub author_space_settings { if ($env{'environment.nocodemirror'}) { $constchecked=' checked="checked"'; } - my $text=&mt('By default, Codemirror is activated for authors.'); - my $cmoff=&mt('Deactivate Codemirror. This can improve the performance on slow computers.'); + my $text=&mt('By default, CodeMirror an editor with advanced functionality for editing code is activated for authors.'); + my $cmoff=&mt('Deactivate CodeMirror. This can improve performance on slow computers and accessibility.'); my $change=&mt('Save'); $r->print(< @@ -1922,7 +1922,7 @@ sub change_authoring_settings { } else { $status=&mt('off'); } - my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]',''.&mt('Deactivate Codemirror in Authoring Space').'',''.$status.'')); + my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]',''.&mt('Deactivate CodeMirror in Authoring Space').'',''.$status.'')); $message=&Apache::loncommon::confirmwrapper($message); &print_main_menu($r,$message); }