瀏覽代碼

shared_widget: Correct spelling

lat9nq 3 年之前
父節點
當前提交
89f89cf1df
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     }