[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
weissno
weissno@source.lon-capa.org
Wed, 25 Feb 2009 14:09:04 -0000
weissno Wed Feb 25 14:09:04 2009 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
consistent wording:
changed "personal homepage" to "personal information page" in sub aboutmewapper again
i almost changed it in v. 1.750, i think someone committed an old version
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.755 loncom/interface/loncommon.pm:1.756
--- loncom/interface/loncommon.pm:1.755 Wed Feb 25 13:25:52 2009
+++ loncom/interface/loncommon.pm Wed Feb 25 14:09:03 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.755 2009/02/25 13:25:52 neumanie Exp $
+# $Id: loncommon.pm,v 1.756 2009/02/25 14:09:03 weissno Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2808,8 +2808,7 @@
return;
}
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.
- ($target?' target="$target"':'').' title="'.&mt("View this user's personal
-homepage").'">'.$link.'</a>';
+ ($target?' target="$target"':'').' title="'.&mt("View this user's personal information page").'">'.$link.'</a>';
}
# ------------------------------------------------------------ Syllabus Wrapper