[geeklog-hg] geeklog: Fixed staticpage autotag description (bug #0001524)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Dec 21 15:35:54 EST 2012


changeset 8883:1ea82ba0227a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1ea82ba0227a
user: Tom <websitemaster at cogeco.net>
date: Fri Dec 21 15:35:42 2012 -0500
description:
Fixed staticpage autotag description (bug #0001524)

diffstat:

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

diffs (24 lines):

diff -r 791afa8d8d59 -r 1ea82ba0227a plugins/staticpages/language/english.php
--- a/plugins/staticpages/language/english.php	Fri Dec 21 15:20:01 2012 -0500
+++ b/plugins/staticpages/language/english.php	Fri Dec 21 15:35:42 2012 -0500
@@ -122,7 +122,7 @@
     'draft_yes' => 'Yes',
     'draft_no' => 'No', 
     'autotag_desc_staticpage' => '[staticpage: id alternate title] - Displays a link to a static page using the static page title as the title. An alternate title may be specified but is not required.',
-    'autotag_desc_staticpage_content' => '[staticpage_content: id alternate title] - Displays the contents of a staticpage.'
+    'autotag_desc_staticpage_content' => '[staticpage_content: id] - Displays the contents of a staticpage.'
 );
 
 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
diff -r 791afa8d8d59 -r 1ea82ba0227a plugins/staticpages/language/english_utf-8.php
--- a/plugins/staticpages/language/english_utf-8.php	Fri Dec 21 15:20:01 2012 -0500
+++ b/plugins/staticpages/language/english_utf-8.php	Fri Dec 21 15:35:42 2012 -0500
@@ -122,7 +122,7 @@
     'draft_yes' => 'Yes',
     'draft_no' => 'No', 
     'autotag_desc_staticpage' => '[staticpage: id alternate title] - Displays a link to a static page using the static page title as the title. An alternate title may be specified but is not required.',
-    'autotag_desc_staticpage_content' => '[staticpage_content: id alternate title] - Displays the contents of a staticpage.'
+    'autotag_desc_staticpage_content' => '[staticpage_content: id] - Displays the contents of a staticpage.'
 );
 
 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';



More information about the geeklog-cvs mailing list