[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm
raeburn
raeburn@source.lon-capa.org
Wed, 19 Aug 2009 19:35:00 -0000
raeburn Wed Aug 19 19:35:00 2009 EDT
Modified files:
/loncom/interface courseprefs.pm
Log:
- Remove escaped quotes from phrase to localize.
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.5 loncom/interface/courseprefs.pm:1.6
--- loncom/interface/courseprefs.pm:1.5 Mon May 25 22:56:34 2009
+++ loncom/interface/courseprefs.pm Wed Aug 19 19:35:00 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.5 2009/05/25 22:56:34 raeburn Exp $
+# $Id: courseprefs.pm,v 1.6 2009/08/19 19:35:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1424,7 +1424,7 @@
}
my $catwin_js;
if ($hascats) {
- my $alert = &mt('Use \"Save\" in the main window to save course categories');
+ my $alert = &mt("Use 'Save' in the main window to save course categories");
$catwin_js = <<ENDSCRIPT;
<script type="text/javascript">