[geeklog-cvs] geeklog: Fixed hard-coded "Copy" text string

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Dec 31 09:56:44 EST 2009


changeset 7563:9836fc7dcc23
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9836fc7dcc23
user: Dirk Haun <dirk at haun-online.de>
date: Thu Dec 31 11:15:16 2009 +0100
description:
Fixed hard-coded "Copy" text string

diffstat:

 public_html/admin/story.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4c4e857652c3 -r 9836fc7dcc23 public_html/admin/story.php
--- a/public_html/admin/story.php	Thu Dec 31 11:07:10 2009 +0100
+++ b/public_html/admin/story.php	Thu Dec 31 11:15:16 2009 +0100
@@ -163,7 +163,7 @@
 
     $header_arr = array(
         array('text' => $LANG_ADMIN['edit'], 'field' => 'edit', 'sort' => false),
-        array('text' => 'Copy', 'field' => 'copy', 'sort' => false),
+        array('text' => $LANG_ADMIN['copy'], 'field' => 'copy', 'sort' => false),
         array('text' => $LANG_ADMIN['title'], 'field' => 'title', 'sort' => true),
         array('text' => $LANG_ACCESS['access'], 'field' => 'access', 'sort' => false),
         array('text' => $LANG24[34], 'field' => 'draft_flag', 'sort' => true)



More information about the geeklog-cvs mailing list