diff options
author | rubidium <rubidium@openttd.org> | 2009-02-11 01:46:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-11 01:46:09 +0000 |
commit | 7043f48078d0ff270d4693126413bf638a9c3f11 (patch) | |
tree | a90e9bd8172dca5caf21c26e483c667668b8ddcb /src/lang/simplified_chinese.txt | |
parent | 426857bc72ec25384cffb26a4f987a9de5cfa140 (diff) | |
download | openttd-7043f48078d0ff270d4693126413bf638a9c3f11.tar.xz |
(svn r15444) -Fix (r15425): the chat messages gone gray. That gray colour was technically right. The string contained {GRAY}, but due to a latent bug (accidentally fixed in r15425) in the string drawing routing the gray would be interpreted as use palette colour 14, which is a white.
Diffstat (limited to 'src/lang/simplified_chinese.txt')
-rw-r--r-- | src/lang/simplified_chinese.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lang/simplified_chinese.txt b/src/lang/simplified_chinese.txt index a49e7ef5e..39dc23939 100644 --- a/src/lang/simplified_chinese.txt +++ b/src/lang/simplified_chinese.txt @@ -1634,13 +1634,13 @@ STR_NETWORK_NAME_CHANGE :*** {STRING} STR_NETWORK_GIVE_MONEY :*** {STRING} 送您公司了 {2:CURRENCY} STR_NETWORK_GAVE_MONEY_AWAY :*** 您送了 {2:CURRENCY} 给 {1:STRING} STR_NETWORK_CHAT_COMPANY_CAPTION :[团队] : -STR_NETWORK_CHAT_COMPANY :[团队] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_COMPANY :[团队] To {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_COMPANY :[团队] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_COMPANY :[团队] To {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_CLIENT_CAPTION :[私聊] : -STR_NETWORK_CHAT_CLIENT :[私聊] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_CLIENT :[私聊] To {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_CLIENT :[私聊] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_CLIENT :[私聊] To {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_ALL_CAPTION :[全体] : -STR_NETWORK_CHAT_ALL :[全体] {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_ALL :[全体] {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_OSKTITLE :{BLACK}请输入联机聊天内容 STR_NETWORK_SERVER_SHUTDOWN :{WHITE} 服务器关闭了进程 STR_NETWORK_SERVER_REBOOT :{WHITE} 服务器正在重新启动。{}请等待…… |