[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn@source.lon-capa.org
Sat, 22 Aug 2009 18:20:20 -0000
raeburn Sat Aug 22 18:20:20 2009 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Putting some parentheses back in.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.104 loncom/interface/domainprefs.pm:1.105
--- loncom/interface/domainprefs.pm:1.104 Sat Aug 22 18:09:17 2009
+++ loncom/interface/domainprefs.pm Sat Aug 22 18:20:20 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.104 2009/08/22 18:09:17 raeburn Exp $
+# $Id: domainprefs.pm,v 1.105 2009/08/22 18:20:20 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1371,9 +1371,9 @@
$datatable .= '<tr'.$css_class.'>'.
'<td>'.&mt('LON-CAPA Advanced Users').' ';
if ($context eq 'requestcourses') {
- $datatable .= &mt('overrides affiliation, if set');
+ $datatable .= &mt('(overrides affiliation, if set)');
} else {
- $datatable .= &mt('overrides affiliation, if checked');
+ $datatable .= &mt('(overrides affiliation, if checked)');
}
$datatable .= '</td>'.
'<td class="LC_left_item" colspan="2">';