Procházet zdrojové kódy

shared_widget: Correct spelling

lat9nq před 3 roky
rodič
revize
89f89cf1df
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
     }