Changeset - r1717:4994194cdb82
[Not reviewed]
master
0 2 0
Darkvater - 19 years ago 2005-04-21 16:20:38
darkvater@openttd.org
(svn r2221) - Fix: "Map size" is two words. Also draw the string right-aligned in the intro gui so it doesn't matter how long it is in other languages.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
intro_gui.c
Show inline comments
 
@@ -56,7 +56,7 @@ static void SelectGameWndProc(Window *w,
 
		SetDParam(0, STR_6801_EASY + _opt_newgame.diff_level);
 
		DrawWindowWidgets(w);
 

	
 
		DrawString(170, 121, STR_MAPSIZE, 0);
 
		DrawStringRightAligned(216, 121, STR_MAPSIZE, 0);
 
		DrawString(223, 121, mapsizes[_patches.map_x - 6], 0x10);
 
		DrawString(270, 121, STR_BY, 0);
 
		DrawString(283, 121, mapsizes[_patches.map_y - 6], 0x10);
lang/english.txt
Show inline comments
 
@@ -331,7 +331,7 @@ STR_256                                 
 
STR_512                                                         :512
 
STR_1024                                                        :1024
 
STR_2048                                                        :2048
 
STR_MAPSIZE                                                     :{BLACK}Mapsize:
 
STR_MAPSIZE                                                     :{BLACK}Map size:
 
STR_BY                                                          :{BLACK}*
 
STR_0148_GAME_OPTIONS                                           :{BLACK}Game Options
 

	
0 comments (0 inline, 0 general)