[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
bisitz
bisitz at source.lon-capa.org
Fri Apr 26 14:08:48 EDT 2013
bisitz Fri Apr 26 18:08:48 2013 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
Consistent translation / re-use existing phrase
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.315 loncom/homework/inputtags.pm:1.316
--- loncom/homework/inputtags.pm:1.315 Thu Apr 11 14:59:40 2013
+++ loncom/homework/inputtags.pm Fri Apr 26 18:08:48 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.315 2013/04/11 14:59:40 bisitz Exp $
+# $Id: inputtags.pm,v 1.316 2013/04/26 18:08:48 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -463,7 +463,7 @@
$result.=&Apache::edit::select_arg('Readonly:','readonly',
['no','yes'],$token);
my $spell_langs = &spelling_languages();
- $result.=&Apache::edit::select_arg("Spellcheck for: ", 'spellcheck',
+ $result.=&Apache::edit::select_arg('Spellcheck for:', 'spellcheck',
$spell_langs, $token);
$result.=&Apache::edit::end_row();
$result.=&Apache::edit::end_table();
More information about the LON-CAPA-cvs
mailing list