--- loncom/interface/londocs.pm 2016/11/29 03:01:04 1.617
+++ loncom/interface/londocs.pm 2016/11/30 00:27:20 1.618
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.617 2016/11/29 03:01:04 raeburn Exp $
+# $Id: londocs.pm,v 1.618 2016/11/30 00:27:20 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3823,7 +3823,7 @@ END
'sv' => 'Save',
'ul' => 'URL',
'ti' => 'Title',
- 'er' => 'Editing rights unavailable for your current role',
+ 'er' => 'Editing rights unavailable for your current role.',
);
my %denied = &action_restrictions($coursenum,$coursedom,$url,
$env{'form.folderpath'},
@@ -5527,7 +5527,7 @@ sub handler {
'webctce4' => 'WebCT 4 Campus Edition',
'yes' => 'Yes',
'no' => 'No',
- 'er' => 'Editing rights unavailable for your current role',
+ 'er' => 'Editing rights unavailable for your current role.',
);
# -----------------------------------------------------------------------------
@@ -6158,7 +6158,7 @@ NSYLFORM
NGFFORM
@specialdocumentsforma=(
{''=>$newpageform},
- {''=>$newsylform},
+ {''=>$newsylform},
{''=>$newnavform},
{''=>$newsmppageform},
{''=>$newwebpageform},
@@ -6336,7 +6336,7 @@ SWEBFORM
my @specialdocs = (
- {''
+ {''
=>$supnewsylform},
{''
=>$supnewaboutmeform},
@@ -6803,7 +6803,7 @@ sub editing_js {
nofi => 'No file selected',
tinc => 'Title in course',
sunm => 'Sub-directory name',
- edri => 'Editing rights unavailable for your current role',
+ edri => 'Editing rights unavailable for your current role.',
);
&js_escape(\%js_lt);
my $crstype = &Apache::loncommon::course_type();