mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-03 01:40:46 -07:00
citra-qt: fix some untranslated strings
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user