News:

Beta test the new forum at https://simutrans.forum/

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

Small typo Built HQ => Build HQ in money_frame.cc

Started by z9999, April 23, 2009, 05:38:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

z9999


Index: gui/money_frame.cc
===================================================================
--- gui/money_frame.cc (r2434)
+++ gui/money_frame.cc (copy)
@@ -422,7 +422,7 @@
}

if(old_level!=sp->get_headquarter_level()  ||  old_pos!=sp->get_headquarter_pos()) {
- headquarter.set_text( sp->get_headquarter_pos()!=koord::invalid ? "upgrade HQ" : "Built HQ" );
+ headquarter.set_text( sp->get_headquarter_pos()!=koord::invalid ? "upgrade HQ" : "Build HQ" );
remove_komponente(&headquarter_view);
old_level = sp->get_headquarter_level();
old_pos = sp->get_headquarter_pos();