From c617752656815666541f9cb272ff0070147c0f12 Mon Sep 17 00:00:00 2001 From: FruitsHake Date: Mon, 6 Aug 2007 13:13:54 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EB=B2=88=EC=97=AD?= =?UTF-8?q?=EB=B3=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2223 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/widget/lang/en.lang.php b/modules/widget/lang/en.lang.php index 4c817c5c1..9d975db33 100644 --- a/modules/widget/lang/en.lang.php +++ b/modules/widget/lang/en.lang.php @@ -25,7 +25,7 @@ $lang->widget_margin_right = 'Right Margin'; $lang->widget_margin_bottom = 'Bottom Margin'; $lang->widget_margin_left= 'Left Margin'; - $lang->about_widget_fix_width = 'If you select it, the width will be fixed.'; + $lang->about_widget_fix_width = 'By selecting this option, the width will be fixed.'; $lang->about_widget_width = 'Select the width.'; $lang->about_widget_position = 'You may select the position to layout multiple widgets in a line.'; $lang->about_widget_margin = 'You may select the position to layout multiple widgets in a line.'; @@ -35,7 +35,7 @@ $lang->msg_widget_is_not_exists = '%s widget does not exist.'; $lang->msg_widget_object_is_null = 'Object of %s widget cannot be created.'; - $lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be run.'; + $lang->msg_widget_proc_is_null = 'proc() of %s widget cannot be executed.'; $lang->about_widget_code = 'After entering the required item value of selected widget, click the [Generate Code] button to get the code so that you can apply to your template file.'; $lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';