[geeklog-hg] geeklog: Updated Text for related topics

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jul 16 14:12:59 EDT 2013


changeset 9201:102d378d9987
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/102d378d9987
user: Tom <websitemaster at cogeco.net>
date: Tue Jul 16 14:06:47 2013 -0400
description:
Updated Text for related topics

diffstat:

 language/english.php       |  3 ++-
 language/english_utf-8.php |  3 ++-
 system/lib-topic.php       |  2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 00c2007d2097 -r 102d378d9987 language/english.php
--- a/language/english.php	Sun Jul 14 09:22:13 2013 -0400
+++ b/language/english.php	Tue Jul 16 14:06:47 2013 -0400
@@ -1002,7 +1002,8 @@
     'autotag_desc_related_topics' => '[related_topics:id type:plugin max:max_items_listed] - Creates a clickable horizontal list of related topics based on the item id and type.',
     'autotag_desc_related_items' => '[related_items:id type:plugin max:max_items_listed trim:max_length include:plugin] - Create a clickable list of related items based on the item id and type.',
     'no_related_items' => 'No related items found.', 
-    'topics:' => 'Topics:'
+    'topics:' => 'Topics:',
+    'filed_under:' => 'Filed Under:'
 );
 
 ###############################################################################
diff -r 00c2007d2097 -r 102d378d9987 language/english_utf-8.php
--- a/language/english_utf-8.php	Sun Jul 14 09:22:13 2013 -0400
+++ b/language/english_utf-8.php	Tue Jul 16 14:06:47 2013 -0400
@@ -1002,7 +1002,8 @@
     'autotag_desc_related_topics' => '[related_topics:id type:plugin max:max_items_listed] - Creates a clickable horizontal list of related topics based on the item id and type.',
     'autotag_desc_related_items' => '[related_items:id type:plugin max:max_items_listed trim:max_length include:plugin] - Create a clickable list of related items based on the item id and type.',
     'no_related_items' => 'No related items found.', 
-    'topics:' => 'Topics:'
+    'topics:' => 'Topics:',
+    'filed_under:' => 'Filed Under:'
 );
 
 ###############################################################################
diff -r 00c2007d2097 -r 102d378d9987 system/lib-topic.php
--- a/system/lib-topic.php	Sun Jul 14 09:22:13 2013 -0400
+++ b/system/lib-topic.php	Tue Jul 16 14:06:47 2013 -0400
@@ -1498,7 +1498,7 @@
     $result = DB_query($sql);
     $nrows = DB_numRows($result);
     if ($nrows > 0) {
-        $retval = '<div class="related-topics">' . $LANG27['topics:'];
+        $retval = '<div class="related-topics">' . $LANG27['filed_under:'];
         for ($i = 0; $i < $nrows; $i++) {
             $A = DB_fetchArray($result);
             $url = $_CONF['site_url'] . '/index.php?topic=' . $A['tid'];            



More information about the geeklog-cvs mailing list