Skip to content

Commit

Permalink
Standardize field titles as Page Name rather than Keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
geekwright committed May 4, 2013
1 parent 7c64cda commit 43b1e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions language/english/admin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
if (!defined('_AD_GWIKI_ADMINTITLE')) {
define('_AD_GWIKI_ADMINTITLE','Wiki Administration');
define('_AD_GWIKI_KEYWORD','Keyword');
define('_AD_GWIKI_KEYWORD','Page Name');
define('_AD_GWIKI_REVISIONS','Revs.');
define('_AD_GWIKI_MODIFIED','Modification date');
define('_AD_GWIKI_AUTHOR','Author');
Expand Down Expand Up @@ -36,7 +36,7 @@
define('_AD_GWIKI_SHOWPAGE', 'Wiki Page');
define('_AD_GWIKI_NO_ACTIVE_PAGE','*deleted*');
define('_AD_GWIKI_PAGENAV', 'Page: ');
define('_AD_GWIKI_KEYWORD_FILTER', 'Keyword Filter: ');
define('_AD_GWIKI_KEYWORD_FILTER', 'Page Name Filter: ');

// about and menu strings
define('_AD_GW_ABOUT_ABOUT', 'About');
Expand Down
2 changes: 1 addition & 1 deletion language/english/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
define('_MD_GWIKI_EDITPAGE','Edit Wiki Page');
define('_MD_GWIKI_TITLE','Title');
define('_MD_GWIKI_BODY','Content');
define('_MD_GWIKI_DISPLAY_KEYWORD','Display Keyword');
define('_MD_GWIKI_DISPLAY_KEYWORD','Display Page Name');
define('_MD_GWIKI_PAGE_SET_HOME','Page Set Home');
define('_MD_GWIKI_PAGE_SET_ORDER','Page Set Order');
define('_MD_GWIKI_PARENT_PAGE','Parent Page');
Expand Down

0 comments on commit 43b1e78

Please sign in to comment.