[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
banghart
lon-capa-cvs@mail.lon-capa.org
Wed, 13 Sep 2006 19:42:13 -0000
banghart Wed Sep 13 15:42:13 2006 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Needs possessive apostrophe.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.453 loncom/interface/loncommon.pm:1.454
--- loncom/interface/loncommon.pm:1.453 Tue Sep 12 18:13:05 2006
+++ loncom/interface/loncommon.pm Wed Sep 13 15:42:06 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.453 2006/09/12 22:13:05 albertel Exp $
+# $Id: loncommon.pm,v 1.454 2006/09/13 19:42:06 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2111,7 +2111,7 @@
return;
}
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.
- ($target?' target="$target"':'').' title="'.&mt('View this users personal page').'">'.$link.'</a>';
+ ($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.'</a>';
}
# ------------------------------------------------------------ Syllabus Wrapper