[LON-CAPA-cvs] cvs: loncom /interface londocs.pm lonhtmlcommon.pm
raeburn
raeburn at source.lon-capa.org
Tue May 21 15:30:12 EDT 2013
raeburn Tue May 21 19:30:12 2013 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm londocs.pm
Log:
- Wording changes: (a) for consistency with tab names, (b) not all content
is documentary.
'Supplemental Course Documents' -> 'Supplemental Content'
'no documents.' -> 'empty'
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.344 loncom/interface/lonhtmlcommon.pm:1.345
--- loncom/interface/lonhtmlcommon.pm:1.344 Fri May 3 21:57:13 2013
+++ loncom/interface/lonhtmlcommon.pm Tue May 21 19:30:11 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.344 2013/05/03 21:57:13 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.345 2013/05/21 19:30:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1957,7 +1957,7 @@
}
}
if ($folder eq 'supplemental') {
- $name = &mt('Supplemental '.$crstype.' Contents');
+ $name = &mt('Supplemental Content');
}
if ($contenteditor) {
$plain.=$name.' > ';
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.549 loncom/interface/londocs.pm:1.550
--- loncom/interface/londocs.pm:1.549 Tue May 21 19:05:05 2013
+++ loncom/interface/londocs.pm Tue May 21 19:30:11 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.549 2013/05/21 19:05:05 raeburn Exp $
+# $Id: londocs.pm,v 1.550 2013/05/21 19:30:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2704,7 +2704,7 @@
}
$to_show .= &Apache::loncommon::start_scrollbox('400px','380px','200px','contentscroll')
.'<div class="LC_info" id="contentlist">'
- .&mt('Currently no documents.')
+ .&mt('Currently empty')
.'</div>'
.&Apache::loncommon::end_scrollbox();
}
@@ -2717,7 +2717,7 @@
.'</div>';
} else {
$to_show = '<div class="LC_info" id="contentlist">'
- .&mt('Currently no documents.')
+ .&mt('Currently empty')
.'</div>'
}
}
More information about the LON-CAPA-cvs
mailing list