[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 15 Oct 2008 09:25:47 -0000
bisitz Wed Oct 15 05:25:47 2008 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
Localization:
Added missing &mt() call to edit button text
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.393 loncom/xml/londefdef.pm:1.394
--- loncom/xml/londefdef.pm:1.393 Thu Oct 2 13:12:19 2008
+++ loncom/xml/londefdef.pm Wed Oct 15 05:25:42 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.393 2008/10/02 17:12:19 raeburn Exp $
+# $Id: londefdef.pm,v 1.394 2008/10/15 09:25:42 bisitz Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -610,7 +610,7 @@
&Apache::lonxml::renderingoptions().'
<input type="submit" name="changeproblemmode" value="'.&mt('Change View').'" />
</div>
-<div class="LC_edit_problem_header_edit_row"><input type="submit" name="editmode" accesskey="e" value="Edit" /></div></div>
+<div class="LC_edit_problem_header_edit_row"><input type="submit" name="editmode" accesskey="e" value="'.&mt('Edit').'" /></div></div>
</form>
<br />';
return $result;