[LON-CAPA-cvs] cvs: loncom /misc checkforupdates.pl
raeburn
raeburn at source.lon-capa.org
Wed Oct 2 19:47:17 EDT 2013
raeburn Wed Oct 2 23:47:17 2013 EDT
Modified files:
/loncom/misc checkforupdates.pl
Log:
- Bring punctuation into agreement with usage in similar phrase in lonmodulecheck.pl
Index: loncom/misc/checkforupdates.pl
diff -u loncom/misc/checkforupdates.pl:1.2 loncom/misc/checkforupdates.pl:1.3
--- loncom/misc/checkforupdates.pl:1.2 Thu Feb 14 14:18:27 2013
+++ loncom/misc/checkforupdates.pl Wed Oct 2 23:47:17 2013
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# The LearningOnline Network
#
-# $Id: checkforupdates.pl,v 1.2 2013/02/14 14:18:27 raeburn Exp $
+# $Id: checkforupdates.pl,v 1.3 2013/10/02 23:47:17 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -84,7 +84,7 @@
my $loncaparev = &Apache::lonnet::get_server_loncaparev($defdom);
my ($version,$timestamp) = split(/\-/,$loncaparev);
if ($loncaparev =~ /CVS_HEAD/) {
- $message = &Apache::lonlocal::mt('Code checking unavailable for LON-CAPA CVS HEAD.')."\n";
+ $message = &Apache::lonlocal::mt('Code checking unavailable for LON-CAPA CVS HEAD')."\n";
} else {
# Get Linux distro
if (open(PIPE, "$londaemons/distprobe |")) {
More information about the LON-CAPA-cvs
mailing list