mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	Fix non translated string (same as Citra PR 2949)
This commit is contained in:
		| @@ -73,5 +73,5 @@ void ConfigureSystem::refreshConsoleID() { | ||||
|     if (reply == QMessageBox::No) | ||||
|         return; | ||||
|     u64 console_id{}; | ||||
|     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())); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 noah katz
					noah katz