diff options
| author | 2023-06-18 17:38:10 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | 89f89cf1df70cce9600793765982ebe32154bc86 (patch) | |
| tree | 41db48afc685762b6a27f5e83f94250158d3840c /src | |
| parent | (android)config: Clang format (diff) | |
| download | yuzu-89f89cf1df70cce9600793765982ebe32154bc86.tar.gz yuzu-89f89cf1df70cce9600793765982ebe32154bc86.tar.xz yuzu-89f89cf1df70cce9600793765982ebe32154bc86.zip | |
shared_widget: Correct spelling
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_widget.cpp | 2 |
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 | } |