menu text adjustment
authornotaz <notasas@gmail.com>
Sun, 29 Jun 2008 22:00:19 +0000 (22:00 +0000)
committernotaz <notasas@gmail.com>
Sun, 29 Jun 2008 22:00:19 +0000 (22:00 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@506 be3aeb3a-fb24-0410-a615-afba39da0efa

gp2x/menu.c
psp/menu.c

index 8ec98aa..f55b838 100644 (file)
@@ -1446,7 +1446,7 @@ static void draw_menu_credits(void)
        text_out16(tl_x, (y+=10), "craigix: GP2X hardware");\r
        text_out16(tl_x, (y+=10), "ketchupgun: skin design");\r
 \r
-       text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas)");\r
+       text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):");\r
        text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,");\r
        text_out16(tl_x, (y+=10), " Stephane Dallongeville,");\r
        text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");\r
index 44c7c66..89ba742 100644 (file)
@@ -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,");