From dbc9243757fc8ba1774193f6916302334e4b1409 Mon Sep 17 00:00:00 2001 From: Nikos Barkas Date: Sun, 21 Oct 2007 18:05:55 +0000 Subject: [PATCH] Some more (hopefully last ones) mini-corrections for the options menus. git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1227 127b21dd-08f5-0310-b4b7-95ae10353056 --- src/Core/Entities/PlayerEntity.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/Entities/PlayerEntity.m b/src/Core/Entities/PlayerEntity.m index 4e086dee..248c4ea2 100644 --- a/src/Core/Entities/PlayerEntity.m +++ b/src/Core/Entities/PlayerEntity.m @@ -4463,7 +4463,7 @@ double scoopSoundPlayTime = 0.0; // window/fullscreen if([gameView inFullScreenMode]) { - [gui setText:@" Play in Window" forRow:GUI_ROW_GAMEOPTIONS_DISPLAYSTYLE align:GUI_ALIGN_CENTER]; + [gui setText:@" Play in Window " forRow:GUI_ROW_GAMEOPTIONS_DISPLAYSTYLE align:GUI_ALIGN_CENTER]; } else { @@ -4472,7 +4472,7 @@ double scoopSoundPlayTime = 0.0; [gui setKey: GUI_KEY_OK forRow: GUI_ROW_GAMEOPTIONS_DISPLAYSTYLE]; - [gui setText:@" Joystick setup" forRow: GUI_ROW_GAMEOPTIONS_STICKMAPPER align: GUI_ALIGN_CENTER]; + [gui setText:@" Joystick Configuration " forRow: GUI_ROW_GAMEOPTIONS_STICKMAPPER align: GUI_ALIGN_CENTER]; if ([[gameView getStickHandler] getNumSticks]) { // TODO: Modify input code to put this in a better place @@ -4491,7 +4491,7 @@ double scoopSoundPlayTime = 0.0; if ([UNIVERSE wireframeGraphics]) [gui setText:@" Wireframe Graphics: YES " forRow:GUI_ROW_GAMEOPTIONS_WIREFRAMEGRAPHICS align:GUI_ALIGN_CENTER]; else - [gui setText:@" Wireframe graphics: NO " forRow:GUI_ROW_GAMEOPTIONS_WIREFRAMEGRAPHICS align:GUI_ALIGN_CENTER]; + [gui setText:@" Wireframe Graphics: NO " forRow:GUI_ROW_GAMEOPTIONS_WIREFRAMEGRAPHICS align:GUI_ALIGN_CENTER]; [gui setKey:GUI_KEY_OK forRow:GUI_ROW_GAMEOPTIONS_WIREFRAMEGRAPHICS]; if ([UNIVERSE reducedDetail])