[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
raeburn
raeburn at source.lon-capa.org
Fri Aug 16 19:27:32 EDT 2013
raeburn Fri Aug 16 23:27:32 2013 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- Spaces needed between sentences in messages about error when attempting to
remove lock file.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.558 loncom/interface/londocs.pm:1.559
--- loncom/interface/londocs.pm:1.558 Tue Aug 13 15:38:35 2013
+++ loncom/interface/londocs.pm Fri Aug 16 23:27:31 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.558 2013/08/13 15:38:35 raeburn Exp $
+# $Id: londocs.pm,v 1.559 2013/08/16 23:27:31 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1620,16 +1620,16 @@
}
}
if (($freedlock ne 'ok') && (ref($lockerrorsref) eq 'HASH')) {
- $lockerrorsref->{$prefix} =
+ $lockerrorsref->{$prefix} =
'<div class="LC_error">'.
&mt('There was a problem removing a lockfile.');
if ($prefix eq 'smppg') {
$lockerrorsref->{$prefix} .=
- &mt('This will prevent creation of additional simple pages in this course.');
+ ' '.&mt('This will prevent creation of additional simple pages in this course.');
} else {
- $lockerrorsref->{$prefix} .= &mt('This will prevent creation of additional bulletin boards in this course.');
+ $lockerrorsref->{$prefix} .= ' '.&mt('This will prevent creation of additional bulletin boards in this course.');
}
- $lockerrorsref->{$prefix} .= &mt('Please contact the domain coordinator for your LON-CAPA domain.').'</div>';
+ $lockerrorsref->{$prefix} .= ' '.&mt('Please contact the domain coordinator for your LON-CAPA domain.').'</div>';
}
}
} elsif ($url =~ m{/syllabus$}) {
More information about the LON-CAPA-cvs
mailing list