diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2016-11-29 11:32:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-29 11:32:05 -0600 |
| commit | 97ebb02a07dcbaf9efaab3f084cb8cb917b53ef5 (patch) | |
| tree | dba1cd42eaa7fa383e32be70af4ad50161265b5e /Source | |
| parent | aadc77c493cad12ebc400dfbe541d587f39b96bf (diff) | |
| parent | f705d8378eb54d7f371553415593a6ec0b72f3f7 (diff) | |
Merge pull request #4475 from aldelaro5/hotkeys-config-hotfix
[WIP] Fix the order of the name of the hotkeys
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/HotkeyManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/HotkeyManager.cpp b/Source/Core/Core/HotkeyManager.cpp index 0b6551cd89..ecce747f81 100644 --- a/Source/Core/Core/HotkeyManager.cpp +++ b/Source/Core/Core/HotkeyManager.cpp @@ -84,6 +84,7 @@ const std::string hotkey_labels[] = { _trans("Load State Slot 8"), _trans("Load State Slot 9"), _trans("Load State Slot 10"), + _trans("Load from selected slot"), _trans("Save State Slot 1"), _trans("Save State Slot 2"), @@ -95,6 +96,7 @@ const std::string hotkey_labels[] = { _trans("Save State Slot 8"), _trans("Save State Slot 9"), _trans("Save State Slot 10"), + _trans("Save to selected slot"), _trans("Select State Slot 1"), _trans("Select State Slot 2"), @@ -106,8 +108,6 @@ const std::string hotkey_labels[] = { _trans("Select State Slot 8"), _trans("Select State Slot 9"), _trans("Select State Slot 10"), - _trans("Save to selected slot"), - _trans("Load from selected slot"), _trans("Load State Last 1"), _trans("Load State Last 2"), |
