summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/configuration/shared_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/shared_widget.cpp b/src/yuzu/configuration/shared_widget.cpp
index 882cd9eda..d153d8d6b 100644
--- a/src/yuzu/configuration/shared_widget.cpp
+++ b/src/yuzu/configuration/shared_widget.cpp
@@ -500,7 +500,7 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
500 }(); 500 }();
501 501
502 if (label == QStringLiteral("")) { 502 if (label == QStringLiteral("")) {
503 LOG_DEBUG(Frontend, "Translation table has emtpy entry for \"{}\", skipping...", 503 LOG_DEBUG(Frontend, "Translation table has empty entry for \"{}\", skipping...",
504 setting.GetLabel()); 504 setting.GetLabel());
505 return; 505 return;
506 } 506 }