shared_widget: Correct spelling

This commit is contained in:
lat9nq 2023-06-18 17:38:10 -04:00
parent ab795fe0e2
commit 89f89cf1df

View File

@ -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;
}