mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	configure_system: fix an untranslated text
This commit is contained in:
		
							parent
							
								
									bf6da61da5
								
							
						
					
					
						commit
						bcbfac4081
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -170,7 +170,8 @@ void ConfigureSystem::refreshConsoleID() { | |||
|     cfg->GenerateConsoleUniqueId(random_number, console_id); | ||||
|     cfg->SetConsoleUniqueId(random_number, console_id); | ||||
|     cfg->UpdateConfigNANDSavegame(); | ||||
|     ui->label_console_id->setText("Console ID: 0x" + QString::number(console_id, 16).toUpper()); | ||||
|     ui->label_console_id->setText( | ||||
|         tr("Console ID: 0x%1").arg(QString::number(console_id, 16).toUpper())); | ||||
| } | ||||
| 
 | ||||
| void ConfigureSystem::retranslateUi() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue