From d5a66ffc0161d89b40f865f5322027a1565384c3 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Sat, 9 Jan 2016 10:06:16 -0500 Subject: [PATCH] Changed the text hint for Comms screen to "Missions". This is more to-the-point. It should lower the learning curve a bit. --- src/intermission.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intermission.cpp b/src/intermission.cpp index 64e4566..aa1d38c 100644 --- a/src/intermission.cpp +++ b/src/intermission.cpp @@ -1255,7 +1255,7 @@ int intermission() gfx_createTextObject(TS_INFO_STATUS, "Current Status", -1, iconInfoY, FONT_WHITE); gfx_createTextObject(TS_INFO_SAVE_GAME, "Save Game", -1, iconInfoY, FONT_WHITE); gfx_createTextObject(TS_INFO_SHOP, "Upgrade FIREFLY", -1, iconInfoY, FONT_WHITE); - gfx_createTextObject(TS_INFO_COMMS, "Comms", -1, iconInfoY, FONT_WHITE); + gfx_createTextObject(TS_INFO_COMMS, "Missions", -1, iconInfoY, FONT_WHITE); gfx_createTextObject(TS_INFO_OPTIONS, "Options", -1, iconInfoY, FONT_WHITE); gfx_createTextObject(TS_INFO_EXIT, "Exit to Title Screen", -1, iconInfoY, FONT_WHITE);