(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user