[geeklog-hg] geeklog: Fixed typo (bug #0001576)
    geeklog-cvs at lists.geeklog.net 
    geeklog-cvs at lists.geeklog.net
       
    Tue Apr  2 07:39:51 EDT 2013
    
    
  
changeset 9022:f9337cafb137
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f9337cafb137
user: Kenji ITO <mystralkk at gmail.com>
date: Tue Apr 02 20:37:56 2013 +0900
description:
Fixed typo (bug #0001576)
diffstat:
 language/english.php                           |  2 +-
 language/english_utf-8.php                     |  2 +-
 plugins/staticpages/language/english.php       |  2 +-
 plugins/staticpages/language/english_utf-8.php |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r d86b0d64a73e -r f9337cafb137 language/english.php
--- a/language/english.php	Mon Apr 01 20:27:20 2013 +0900
+++ b/language/english.php	Tue Apr 02 20:37:56 2013 +0900
@@ -712,7 +712,7 @@
     22 => 'Dynamic Blocks',
     23 => 'Block Order',
     24 => 'Dynamic',
-    25 => 'To modify or delete a regular block, click on that block\'s edit icon below.  To create a new regular block, click on "Create New" above. To move a regular block, click on the arrows or [R] and [L] boxes. To edit dynamic blocks check the plugin configuration that the block is related too.',
+    25 => 'To modify or delete a regular block, click on that block\'s edit icon below.  To create a new regular block, click on "Create New" above. To move a regular block, click on the arrows or [R] and [L] boxes. To edit dynamic blocks check the plugin configuration that the block is related to.',
     26 => 'Layout Block',
     27 => 'PHP Block',
     28 => 'PHP Block Options',
diff -r d86b0d64a73e -r f9337cafb137 language/english_utf-8.php
--- a/language/english_utf-8.php	Mon Apr 01 20:27:20 2013 +0900
+++ b/language/english_utf-8.php	Tue Apr 02 20:37:56 2013 +0900
@@ -712,7 +712,7 @@
     22 => 'Dynamic Blocks',
     23 => 'Block Order',
     24 => 'Dynamic',
-    25 => 'To modify or delete a regular block, click on that block\'s edit icon below.  To create a new regular block, click on "Create New" above. To move a regular block, click on the arrows or [R] and [L] boxes. To edit dynamic blocks check the plugin configuration that the block is related too.',
+    25 => 'To modify or delete a regular block, click on that block\'s edit icon below.  To create a new regular block, click on "Create New" above. To move a regular block, click on the arrows or [R] and [L] boxes. To edit dynamic blocks check the plugin configuration that the block is related to.',
     26 => 'Layout Block',
     27 => 'PHP Block',
     28 => 'PHP Block Options',
diff -r d86b0d64a73e -r f9337cafb137 plugins/staticpages/language/english.php
--- a/plugins/staticpages/language/english.php	Mon Apr 01 20:27:20 2013 +0900
+++ b/plugins/staticpages/language/english.php	Tue Apr 02 20:37:56 2013 +0900
@@ -80,7 +80,7 @@
     'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.',
     'instructions' => 'To modify or delete a static page, click on that page\'s edit icon below. To view a static page, click on the title of the page you wish to view. To create a new static page, click on "Create New" above. Click on on the copy icon to create a copy of an existing page.',
     'centerblock' => 'Centerblock: ',
-    'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page of the topics it is assigned too.',
+    'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page of the topics it is assigned to.',
     'topic' => 'Topic',
     'position' => 'Position: ',
     'all_topics' => 'All',
diff -r d86b0d64a73e -r f9337cafb137 plugins/staticpages/language/english_utf-8.php
--- a/plugins/staticpages/language/english_utf-8.php	Mon Apr 01 20:27:20 2013 +0900
+++ b/plugins/staticpages/language/english_utf-8.php	Tue Apr 02 20:37:56 2013 +0900
@@ -80,7 +80,7 @@
     'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.',
     'instructions' => 'To modify or delete a static page, click on that page\'s edit icon below. To view a static page, click on the title of the page you wish to view. To create a new static page, click on "Create New" above. Click on on the copy icon to create a copy of an existing page.',
     'centerblock' => 'Centerblock: ',
-    'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page of the topics it is assigned too.',
+    'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page of the topics it is assigned to.',
     'topic' => 'Topic',
     'position' => 'Position: ',
     'all_topics' => 'All',
    
    
More information about the geeklog-cvs
mailing list