diff options
author | peter1138 <peter1138@openttd.org> | 2006-11-18 21:39:03 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-11-18 21:39:03 +0000 |
commit | 8e855f5f91c5b950675f38cff2efbe8b53f5d467 (patch) | |
tree | 4cc003492459ad1e0cecc9e94afac75ecdce2f98 /lang/unfinished/simplified_chinese.txt | |
parent | 9b81f084af2a19da3487fa747bc40f2c4b876845 (diff) | |
download | openttd-8e855f5f91c5b950675f38cff2efbe8b53f5d467.tar.xz |
(svn r7211) -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements
Diffstat (limited to 'lang/unfinished/simplified_chinese.txt')
-rw-r--r-- | lang/unfinished/simplified_chinese.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/unfinished/simplified_chinese.txt b/lang/unfinished/simplified_chinese.txt index f9d1019f0..513c2aeb1 100644 --- a/lang/unfinished/simplified_chinese.txt +++ b/lang/unfinished/simplified_chinese.txt @@ -1241,8 +1241,8 @@ STR_26816_NONE :没有 STR_6816_LOW :较低 STR_6817_NORMAL :正常 STR_6818_HIGH :较高 -STR_6819 :{BLACK}< -STR_681A :{BLACK}> +STR_6819 :{BLACK}{SMALLLEFTARROW} +STR_681A :{BLACK}{SMALLRIGHTARROW} STR_681B_VERY_SLOW :很慢 STR_681C_SLOW :慢 STR_681D_MEDIUM :中等 |