X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fmenu.c;h=337402adf5a2ca5521a7d885a9be853b1cc7cbd0;hp=aef6a939506e2d1d65ad63e7728837c0705e5822;hb=a384bf449483e62637ce05a60ff4b06730a19934;hpb=6244011fd85a10400accd6d8e7d941144f92aa5b diff --git a/drivers/gp2x/menu.c b/drivers/gp2x/menu.c index aef6a93..337402a 100644 --- a/drivers/gp2x/menu.c +++ b/drivers/gp2x/menu.c @@ -1106,10 +1106,10 @@ static void draw_menu_options(int menu_sel) gp2x_text_out15(tl_x - 16, tl_y + menu_sel*10, ">"); if (menu_sel == 3) { - gp2x_text_out15(tl_x, 210, "Must reload ROM for this"); + gp2x_text_out15(tl_x, 210, "ROM reload required for this"); gp2x_text_out15(tl_x, 220, "setting to take effect"); } else if (menu_sel == 10 || menu_sel == 11) { - gp2x_text_out15(tl_x, 210, "Must restart emu for this"); + gp2x_text_out15(tl_x, 210, "Emu restart required for this"); gp2x_text_out15(tl_x, 220, "setting to take effect"); }