(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns

This commit is contained in:
smatz
2009-09-01 14:05:27 +00:00
parent 62e990823d
commit f22e1cf9ab
3 changed files with 20 additions and 17 deletions

View File

@@ -248,10 +248,13 @@ STR_MEASURE_LENGTH_HEIGHTDIFF :{BLACK}Length:
STR_MEASURE_AREA_HEIGHTDIFF :{BLACK}Area: {NUM} x {NUM}{}Height difference: {NUM} m
# The first three are also used as 'Sort by' buttons, the rest only in dropdowns
STR_SORT_BY_POPULATION :{BLACK}Population
STR_SORT_BY_NAME :{BLACK}Name
STR_SORT_BY_DATE :{BLACK}Date
# 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
STR_SORT_BY_POPULATION :Population
STR_SORT_BY_NAME :Name
STR_SORT_BY_PRODUCTION :Production
STR_SORT_BY_TYPE :Type
STR_SORT_BY_TRANSPORTED :Transported