diff options
| author | eli <none@none> | 2013-01-07 17:06:28 -0800 | 
|---|---|---|
| committer | eli <none@none> | 2013-01-07 17:06:28 -0800 | 
| commit | 1f4f028044eacfd7f5df5fb5045855658e749d4b (patch) | |
| tree | bed3fa5806d633f5d7ff7fd3babe8b4045cf868c | |
| parent | 739437e56282a04260af0ffad536e4f037a4e3a8 (diff) | |
FIX INTL-110 fix corrupted chinese character in translation
| -rw-r--r-- | indra/newview/skins/default/xui/zh/strings.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/zh/strings.xml b/indra/newview/skins/default/xui/zh/strings.xml index 3f17324006..3a266abc64 100644 --- a/indra/newview/skins/default/xui/zh/strings.xml +++ b/indra/newview/skins/default/xui/zh/strings.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>  <!-- This file contains strings that used to be hardcoded in the source.       It is only for those strings which do not belong in a floater.       For example, the strings used in avatar chat bubbles, and strings @@ -1982,7 +1982,7 @@ http://secondlife.com/viewer-access-faq  		新腳本  	</string>  	<string name="BusyModeResponseDefault"> -		你傳訊過去的居民目前處於忙碌狀態,這意味著他要求不被打擾。  你的訊息仍將留存並顯示於對���的 IM 面板上供稍後查閱。 +		你傳訊過去的居民目前處於忙碌狀態,這意味著他要求不被打擾。  你的訊息仍將留存並顯示於對方的 IM 面板上供稍後查閱。  	</string>  	<string name="MuteByName">  		(按名稱) | 
