From dcc027791cd8d955a62a5fc9a36750c93254a3da Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Nov 2005 15:03:01 +0000 Subject: [PATCH] "Keyboard/Mouse" is the more logical way --- SheepShaver/src/Unix/user_strings_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/user_strings_unix.cpp b/SheepShaver/src/Unix/user_strings_unix.cpp index b0067187..3eaf0b0d 100644 --- a/SheepShaver/src/Unix/user_strings_unix.cpp +++ b/SheepShaver/src/Unix/user_strings_unix.cpp @@ -70,7 +70,7 @@ user_string_def platform_strings[] = { {STR_HELP_ITEM_ABOUT_GTK, "/Help/_About SheepShaver"}, {STR_DSPDEVICE_FILE_CTRL, "Audio Output Device"}, {STR_MIXERDEVICE_FILE_CTRL, "Audio Mixer Device"}, - {STR_INPUT_PANE_TITLE, "Mouse/Keyboard"}, + {STR_INPUT_PANE_TITLE, "Keyboard/Mouse"}, {STR_KEYCODES_CTRL, "Use Raw Keycodes"}, {STR_KEYCODE_FILE_CTRL, "Keycode Translation File"}, {STR_MOUSEWHEELMODE_CTRL, "Mouse Wheel Function"},