diff options
author | rubidium <rubidium@openttd.org> | 2009-04-12 19:15:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-04-12 19:15:53 +0000 |
commit | ae3ebe683446272b6d90346b8a0e6508896542b1 (patch) | |
tree | 736032a72b8a906d54314360cec53d2af3037dac /src/lang/simplified_chinese.txt | |
parent | f46f8bd42780c31d3d4f9ba5c87790e151058258 (diff) | |
download | openttd-ae3ebe683446272b6d90346b8a0e6508896542b1.tar.xz |
(svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo rating instead of only by the highest cargo rating (based on the idea of KeeperOfTheSoul)
Diffstat (limited to 'src/lang/simplified_chinese.txt')
-rw-r--r-- | src/lang/simplified_chinese.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lang/simplified_chinese.txt b/src/lang/simplified_chinese.txt index 168fee252..71449c285 100644 --- a/src/lang/simplified_chinese.txt +++ b/src/lang/simplified_chinese.txt @@ -342,7 +342,6 @@ STR_SORT_BY_LENGTH :长度 STR_SORT_BY_LIFE_TIME :剩余寿命年限 STR_SORT_BY_FACILITY :车站类型 STR_SORT_BY_WAITING :等待的货物价值 -STR_SORT_BY_RATING_MAX :货物评价 STR_ENGINE_SORT_ENGINE_ID :引擎ID (默认方式) STR_ENGINE_SORT_COST :费用 STR_ENGINE_SORT_POWER :功率 |