citra-qt: fix some untranslated strings
This commit is contained in:
parent
93930a966f
commit
7117fcc024
3 changed files with 22 additions and 21 deletions
|
@ -78,7 +78,8 @@ void ConfigureSystem::ReadSystemSettings() {
|
|||
|
||||
// set the console id
|
||||
u64 console_id = Service::CFG::GetConsoleUniqueId();
|
||||
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::applyConfiguration() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue