Browse Source

menu text adjustment

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@506 be3aeb3a-fb24-0410-a615-afba39da0efa
notaz 16 years ago
parent
commit
1a65e3b161
3 changed files with 3 additions and 3 deletions
  1. 1 1
      platform/gizmondo/menu.c
  2. 1 1
      platform/gp2x/menu.c
  3. 1 1
      platform/psp/menu.c

+ 1 - 1
platform/gizmondo/menu.c

@@ -1330,7 +1330,7 @@ static void draw_menu_credits(void)
 	text_out16(tl_x, (y+=10), "jens.l: gizmondo hardware");
 	text_out16(tl_x, (y+=10), "ketchupgun: skin design");
 
-	text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas)");
+	text_out16(tl_x, (y+=20), "special thanks (for docs, ideas)");
 	text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,");
 	text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
 	text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");

+ 1 - 1
platform/gp2x/menu.c

@@ -1446,7 +1446,7 @@ static void draw_menu_credits(void)
 	text_out16(tl_x, (y+=10), "craigix: GP2X hardware");
 	text_out16(tl_x, (y+=10), "ketchupgun: skin design");
 
-	text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas)");
+	text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):");
 	text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,");
 	text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
 	text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");

+ 1 - 1
platform/psp/menu.c

@@ -1515,7 +1515,7 @@ static void draw_menu_credits(void)
 	text_out16(tl_x, (y+=10), "ps2dev.org people: PSP SDK/code");
 	text_out16(tl_x, (y+=10), "ketchupgun: skin design");
 
-	text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas):");
+	text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):");
 	text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,");
 	text_out16(tl_x, (y+=10), " Stephane Dallongeville,");
 	text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");