Changeset - r20783:45a310099ee6
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-10-11 15:34:04
planetmaker@openttd.org
(svn r25827) -Fix [FS#5768]: Unify capitalization of strings used in Sort-By dropdown menu
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -293,10 +293,10 @@ STR_SORT_BY_ENGINE_ID                   
 
STR_SORT_BY_COST                                                :Cost
 
STR_SORT_BY_POWER                                               :Power
 
STR_SORT_BY_TRACTIVE_EFFORT                                     :Tractive effort
 
STR_SORT_BY_INTRO_DATE                                          :Introduction Date
 
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_INTRO_DATE                                          :Introduction date
 
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
 
STR_SORT_BY_RATING                                              :Rating
0 comments (0 inline, 0 general)