[geeklog-hg] geeklog: Fixed incorrect user autotag description in english lan...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jan 11 11:26:37 EST 2013


changeset 8913:1ba5d2eb88d8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1ba5d2eb88d8
user: Tom <websitemaster at cogeco.net>
date: Fri Jan 11 11:26:38 2013 -0500
description:
Fixed incorrect user autotag description in english language files.

diffstat:

 language/english.php       |  2 +-
 language/english_utf-8.php |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c5028f2d1523 -r 1ba5d2eb88d8 language/english.php
--- a/language/english.php	Thu Jan 10 13:13:57 2013 -0500
+++ b/language/english.php	Fri Jan 11 11:26:38 2013 -0500
@@ -1013,7 +1013,7 @@
     88 => 'Default Group',
     89 => 'Check to make this a default group for new users',
     90 => 'Apply "Default Group" change to existing user accounts',
-    'autotag_desc_user' => '[user: id alternate title] - Displays a link to a User using the Username as the title. An alternate title may be specified but is not required.' 
+    'autotag_desc_user' => '[user: name alternate title] - Displays a link to a User using the Username as the title. An alternate title may be specified but is not required.' 
 );
 
 ###############################################################################
diff -r c5028f2d1523 -r 1ba5d2eb88d8 language/english_utf-8.php
--- a/language/english_utf-8.php	Thu Jan 10 13:13:57 2013 -0500
+++ b/language/english_utf-8.php	Fri Jan 11 11:26:38 2013 -0500
@@ -1013,7 +1013,7 @@
     88 => 'Default Group',
     89 => 'Check to make this a default group for new users',
     90 => 'Apply "Default Group" change to existing user accounts',
-    'autotag_desc_user' => '[user: id alternate title] - Displays a link to a User using the Username as the title. An alternate title may be specified but is not required.' 
+    'autotag_desc_user' => '[user: name alternate title] - Displays a link to a User using the Username as the title. An alternate title may be specified but is not required.' 
 );
 
 ###############################################################################



More information about the geeklog-cvs mailing list