mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Don't translate hotkey text
This commit is contained in:
		
							parent
							
								
									f72be7af2d
								
							
						
					
					
						commit
						1d5d278f8d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -566,9 +566,9 @@ void GMainWindow::InitializeHotkeys() { | ||||||
|                     OnCaptureScreenshot(); |                     OnCaptureScreenshot(); | ||||||
|                 } |                 } | ||||||
|             }); |             }); | ||||||
|     connect(hotkey_registry.GetHotkey(main_window, ui.action_Load_from_Newest_Slot->text(), this), |     connect(hotkey_registry.GetHotkey(main_window, QStringLiteral("Save to Oldest Slot"), this), | ||||||
|             &QShortcut::activated, ui.action_Load_from_Newest_Slot, &QAction::trigger); |             &QShortcut::activated, ui.action_Load_from_Newest_Slot, &QAction::trigger); | ||||||
|     connect(hotkey_registry.GetHotkey(main_window, ui.action_Save_to_Oldest_Slot->text(), this), |     connect(hotkey_registry.GetHotkey(main_window, QStringLiteral("Load from Newest Slot"), this), | ||||||
|             &QShortcut::activated, ui.action_Save_to_Oldest_Slot, &QAction::trigger); |             &QShortcut::activated, ui.action_Save_to_Oldest_Slot, &QAction::trigger); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue