Skip to main content
Topic: [patch] A text label replacement in citylist window (Read 2242 times) previous topic - next topic

[patch] A text label replacement in citylist window

In citylist window, "Goods" is better than "Transported", isn't it ?
"Goods" is already used in cityinfo window.

Code: [Select]
Index: gui/citylist_frame_t.cc
===================================================================
--- gui/citylist_frame_t.cc (r 2773)
+++ gui/citylist_frame_t.cc (copy)
@@ -52,7 +52,7 @@
  "sended",
  "Post",
  "Arrived",
- "Transported"
+ "Goods"
 };
 
 const uint8 citylist_frame_t::hist_type_color[karte_t::MAX_WORLD_COST] =