diff --git a/gp2x/menu.c b/gp2x/menu.c index 8ec98aa..f55b838 100644 --- a/gp2x/menu.c +++ b/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,"); diff --git a/psp/menu.c b/psp/menu.c index 44c7c66..89ba742 100644 --- a/psp/menu.c +++ b/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,");