diff options
author | alberth <alberth@openttd.org> | 2013-03-17 15:41:40 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2013-03-17 15:41:40 +0000 |
commit | 15ec6e26f0ee98a3c8f53cdd7b146e3708467d18 (patch) | |
tree | 6a06f7426f12a99e8f42472ec00cc4eb6d4c27b0 /src/lang | |
parent | b09743f3e88ea87e0767390a1e6aeb481a7e59e7 (diff) | |
download | openttd-15ec6e26f0ee98a3c8f53cdd7b146e3708467d18.tar.xz |
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index c1f34468d..2558bb016 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -256,7 +256,6 @@ STR_MEASURE_AREA_HEIGHTDIFF :{BLACK}Area: {N # These are used in buttons -STR_SORT_BY_CAPTION_POPULATION :{BLACK}Population STR_SORT_BY_CAPTION_NAME :{BLACK}Name STR_SORT_BY_CAPTION_DATE :{BLACK}Date # These are used in dropdowns @@ -289,6 +288,7 @@ STR_SORT_BY_RUNNING_COST :Running Cost STR_SORT_BY_POWER_VS_RUNNING_COST :Power/Running Cost STR_SORT_BY_CARGO_CAPACITY :Cargo Capacity STR_SORT_BY_RANGE :Range +STR_SORT_BY_POPULATION :Population # Tooltips for the main toolbar STR_TOOLBAR_TOOLTIP_PAUSE_GAME :{BLACK}Pause game |