Revision: 61
http://svn.sourceforge.net/phpbbkb/?rev=61&view=rev
Author: markthedaemon
Date: 2007-02-23 12:20:42 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
Fixing the language bugs i've been meaning to do for a while...
Modified Paths:
--------------
main/trunk/language/lang_english/lang_kb.php
Modified: main/trunk/language/lang_english/lang_kb.php
===================================================================
--- main/trunk/language/lang_english/lang_kb.php 2007-02-21 01:24:37 UTC (rev 60)
+++ main/trunk/language/lang_english/lang_kb.php 2007-02-23 20:20:42 UTC (rev 61)
@@ -31,7 +31,6 @@
$lang['kb_categories'] = "Knowledge Base Categories";
$lang['kb_articles'] = "Articles";
$lang['kb_subcats'] = "Subcategories";
-$lang['kb_remove_installfile'] = "Please ensure that you remove the kb_install.php file located in your phpBB root folder. The Knowledge Base Modification <strong>will not</strong> work before the file is removed.";
$lang['No_kb_cats'] = "No Knowledge Base categories have been added.";
$lang['kb_cat_noexist'] = "The category you have chosen does not exist.";
@@ -80,7 +79,7 @@
$lang['kbadm_Click_return_catadmin'] = "Click %shere%s to return to category administration.";
$lang['kbadm_header_addcat'] = "Add Category";
$lang['kbadm_explain_addcat'] = "From here you can add a new category.";
-$lang['kbadm_addcat'] = "Add";
+$lang['kbadm_addcat'] = "Add Category";
$lang['kbadm_editcat'] = "Edit";
$lang['kbadm_movecatup'] = "Move Up";
@@ -93,7 +92,7 @@
$lang['kbadm_addcat_success'] = "Your new category has been added.";
$lang['kbadm_sortcat_success'] = "The category has been moved as specified.";
-$lang['No_kbadm_cats'] = "No knowledge base categories has been added. Click %shere%s to create a new one.";
+$lang['No_kbadm_cats'] = "No knowledge base categories have been added. Click %shere%s to create a new one.";
$lang['No_articles'] = "There are no articles in this category.";
?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|