mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 16:15:38 +01:00
shared_widget: Correct spelling
This commit is contained in:
parent
ab795fe0e2
commit
89f89cf1df
@ -500,7 +500,7 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
|
|||||||
}();
|
}();
|
||||||
|
|
||||||
if (label == QStringLiteral("")) {
|
if (label == QStringLiteral("")) {
|
||||||
LOG_DEBUG(Frontend, "Translation table has emtpy entry for \"{}\", skipping...",
|
LOG_DEBUG(Frontend, "Translation table has empty entry for \"{}\", skipping...",
|
||||||
setting.GetLabel());
|
setting.GetLabel());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user