mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 03:47:57 -05: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