mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	configure_input: Make analog mapping strings translatable
These strings are user-facing, so they should be specified as translatable with tr().
This commit is contained in:
		
							parent
							
								
									6b538a49ac
								
							
						
					
					
						commit
						00af9da245
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -148,9 +148,9 @@ ConfigureInput::ConfigureInput(QWidget* parent) | |||
|             } | ||||
|         } | ||||
|         connect(analog_map_stick[analog_id], &QPushButton::released, [=]() { | ||||
|             QMessageBox::information( | ||||
|                 this, "Information", | ||||
|                 "After pressing OK, first move your joystick horizontally, and then vertically."); | ||||
|             QMessageBox::information(this, tr("Information"), | ||||
|                                      tr("After pressing OK, first move your joystick horizontally, " | ||||
|                                         "and then vertically.")); | ||||
|             handleClick( | ||||
|                 analog_map_stick[analog_id], | ||||
|                 [=](const Common::ParamPackage& params) { analogs_param[analog_id] = params; }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue