From a911502df68bee07e2e2e3540a1100bd16489d85 Mon Sep 17 00:00:00 2001 From: koenr Date: Fri, 25 Feb 2005 00:07:43 +0000 Subject: [PATCH] keep on fixing thislanguage: seems to be destroyed by online editor. --- lang/zh_cn_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh_cn_utf8/moodle.php b/lang/zh_cn_utf8/moodle.php index 9ca46109cee..7012dd83e9b 100644 --- a/lang/zh_cn_utf8/moodle.php +++ b/lang/zh_cn_utf8/moodle.php @@ -965,7 +965,7 @@ $string['themes'] = '主题风格'; $string['themesaved'] = '新主题风格已保存'; $string['thischarset'] = 'UTF-8'; $string['thisdirection'] = 'ltr'; -$string['thislanguage'] = '中文'; +$string['thislanguage'] = '中文'; $string['time'] = '时间'; $string['timezone'] = '时区'; $string['to'] = '到';