From 5ad3b5e5610be6398f9c1d00984c7016f7c5242d Mon Sep 17 00:00:00 2001 From: "NeatElves@gmail.com" Date: Thu, 17 Mar 2011 12:46:38 +0000 Subject: [PATCH] =?utf8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D0=BF=D0=B5?= =?utf8?q?=D1=87=D0=B0=D1=82=D0=BE=D0=BA...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://cswowd-fork.googlecode.com/svn/trunk@89 e451fad0-63ce-11de-bed1-e3a98b22654c --- lang/lang.en.php | 2 +- lang/lang.ru.php | 2 +- module/show/show_quest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/lang.en.php b/lang/lang.en.php index 6c01f48..75ec755 100644 --- a/lang/lang.en.php +++ b/lang/lang.en.php @@ -24,7 +24,7 @@ $lang = array( 'go_not_found' => 'Gameobject not found', 'creature_not_found'=> 'Creature not found', 'item_not_found' => 'Item not found', -'quest_not_found' => 'Quest not found', +'quest_not_found1' => 'Quest not found', 'spell_not_found' => 'Spell not found', 'enchant_not_found' => 'Enchant not found', 'faction_not_found' => 'Faction not found', diff --git a/lang/lang.ru.php b/lang/lang.ru.php index 12debe6..5002a8d 100644 --- a/lang/lang.ru.php +++ b/lang/lang.ru.php @@ -24,7 +24,7 @@ $lang = array( 'go_not_found' => 'Объект не найден', 'creature_not_found'=> 'Существо не найдено', 'item_not_found' => 'Предмет не найден', -'quest_not_found' => 'Задание не найдено', +'quest_not_found1' => 'Задание не найдено', 'spell_not_found' => 'Заклинание не найдено', 'enchant_not_found' => 'Наложения чар не найдено', 'faction_not_found' => 'Фракция не найдена', diff --git a/module/show/show_quest.php b/module/show/show_quest.php index b413dbb..2a0a89c 100644 --- a/module/show/show_quest.php +++ b/module/show/show_quest.php @@ -74,7 +74,7 @@ $guid = intval(@$_REQUEST['guid']); $quest=getQuest($entry); if (!$quest) { - RenderError("$lang[quest_not_found]"); + RenderError("$lang[quest_not_found1]"); } else { -- 2.11.4.GIT