Parcourir la source

shared_widget: Correct spelling

lat9nq il y a 3 ans
Parent
commit
89f89cf1df
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/yuzu/configuration/shared_widget.cpp

+ 1 - 1
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;
     }