[Phpbbkb-checkins] SF.net SVN: phpbbkb: [60] main/trunk
Status: Alpha
Brought to you by:
markthedaemon
|
From: <mar...@us...> - 2007-02-21 01:24:37
|
Revision: 60
http://svn.sourceforge.net/phpbbkb/?rev=60&view=rev
Author: markthedaemon
Date: 2007-02-20 17:24:37 -0800 (Tue, 20 Feb 2007)
Log Message:
-----------
Changed a lang string.
Modified Paths:
--------------
main/trunk/install/kb_install.php
main/trunk/language/lang_english/lang_kb.php
Modified: main/trunk/install/kb_install.php
===================================================================
--- main/trunk/install/kb_install.php 2007-02-21 00:57:43 UTC (rev 59)
+++ main/trunk/install/kb_install.php 2007-02-21 01:24:37 UTC (rev 60)
@@ -96,7 +96,7 @@
)";
$sql[] = "INSERT INTO " . $table_prefix . "kb_categories (cat_id, cat_main, cat_title, cat_desc, cat_articles, cat_order)
- VALUES ('', '0', 'Example Category 1', 'Example description for category 1','0', '9999');";
+ VALUES ('', '0', 'Example Category 1', 'Example description for category 1','0', '1');";
echo '<table width="100%" cellspacing="1" cellpadding="2" border="0" class="forumline">';
echo '<tr><th>Updating the database</th></tr>';
Modified: main/trunk/language/lang_english/lang_kb.php
===================================================================
--- main/trunk/language/lang_english/lang_kb.php 2007-02-21 00:57:43 UTC (rev 59)
+++ main/trunk/language/lang_english/lang_kb.php 2007-02-21 01:24:37 UTC (rev 60)
@@ -55,7 +55,7 @@
$lang['kb_empty_cats'] = "The article you submitted had no category defined.";
$lang['kb_empty_article_desc'] = "The article has to contain an article description.";
$lang['kb_added'] = "Your article has been submitted and is awaiting approval.";
-$lang['kb_deleted'] = "Your article has been deleted and is now nonexistant.";
+$lang['kb_deleted'] = "Your article has now been removed from the database.";
$lang['kb_edited'] = "Your article has been edited and is awaiting reapproval.";
$lang['kb_click_view_article'] = "Click %shere%s to view you article."; // Change this later on, they can't view the article yet.
//$lang['kb_click_return_ucp'] = "Click %shere%s to go back to the user control panel";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|