소스 검색

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