News:

SimuTranslator
Make Simutrans speak your language.

[patch] A text label replacement in citylist window

Started by z9999+, October 15, 2009, 04:20:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

z9999+

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


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] =