Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 7, 2024
1 parent c7d86b8 commit ba9f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panda_qt/translations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static std::array<LanguageInfo, 4> languages = {
LanguageInfo(QStringLiteral(u"English"), "en"), // English
LanguageInfo(QStringLiteral(u"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"), "el"), // Greek
LanguageInfo(QStringLiteral(u"Espa\u00F1ol"), "es"), // Spanish
LanguageInfo(QStringLiteral(u"Portugu\u00EAs (Brasil)"), "pt_br") // Portuguese ( Brazillian )
LanguageInfo(QStringLiteral(u"Portugu\u00EAs (Brasil)"), "pt_br") // Portuguese (Brazilian)
};

QComboBox* ConfigWindow::createLanguageSelect() {
Expand Down

0 comments on commit ba9f4d6

Please sign in to comment.