Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
exsilium committed Oct 12, 2024
1 parent 0652798 commit 7a4fff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ void OptionEntryLanguageCode::CheckLanguagesAreInitialized() const
languages.emplace_back("el", "Ελληνικά");
languages.emplace_back("en", "English");
languages.emplace_back("es", "Español");
languages.emplace_back("et", "Eesti");
languages.emplace_back("et", "Eesti");
languages.emplace_back("fr", "Français");
languages.emplace_back("hr", "Hrvatski");
languages.emplace_back("hu", "Magyar");
Expand Down

0 comments on commit 7a4fff7

Please sign in to comment.