Browse Source

shared_widget: Correct spelling

pull/15/merge
lat9nq 3 years ago
parent
commit
89f89cf1df
  1. 2
      src/yuzu/configuration/shared_widget.cpp

2
src/yuzu/configuration/shared_widget.cpp

@ -500,7 +500,7 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
}();
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());
return;
}

Loading…
Cancel
Save