[LON-CAPA-cvs] cvs: loncom /homework grades.pm /localize/localize de.pm
raeburn
raeburn at source.lon-capa.org
Wed Nov 30 18:24:54 EST 2011
raeburn Wed Nov 30 23:24:54 2011 EDT
Modified files:
/loncom/homework grades.pm
/loncom/localize/localize de.pm
Log:
- Fix to change in rev. 1.658.
Interpolation indices in &mt() call needed to be changed following replacement
of a single &mt() call for multi-phrase text with two &mt() calls
(one for each phrase).
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.664 loncom/homework/grades.pm:1.665
--- loncom/homework/grades.pm:1.664 Tue Nov 29 17:00:19 2011
+++ loncom/homework/grades.pm Wed Nov 30 23:24:49 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.664 2011/11/29 17:00:19 raeburn Exp $
+# $Id: grades.pm,v 1.665 2011/11/30 23:24:49 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6909,7 +6909,7 @@
.&mt('The ID on the form is [_1]',
"<tt>$$scan_record{'scantron.ID'}</tt>")
.'<br />'
- .&mt('The name on the paper is [_2], [_3]',
+ .&mt('The name on the paper is [_1], [_2]',
$$scan_record{'scantron.LastName'},
$$scan_record{'scantron.FirstName'})
.'</p>';
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.441 loncom/localize/localize/de.pm:1.442
--- loncom/localize/localize/de.pm:1.441 Wed Nov 9 13:14:15 2011
+++ loncom/localize/localize/de.pm Wed Nov 30 23:24:53 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.441 2011/11/09 13:14:15 bisitz Exp $
+# $Id: de.pm,v 1.442 2011/11/30 23:24:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -79,8 +79,8 @@
'The ID on the form is [_1]'
=> 'Die ID auf dem Formular ist [_1]',
- 'The name on the paper is [_2], [_3]'
-=> 'Der Name auf dem Blatt ist [_2], [_3]',
+ 'The name on the paper is [_1], [_2]'
+=> 'Der Name auf dem Blatt ist [_1], [_2]',
'There have been [_1]no[_2] bubbles scanned for some question(s)'
=> 'Für einige Fragen wurden [_1]keine[_2] Ankreuzfelder eingescannt.',
More information about the LON-CAPA-cvs
mailing list