Skip to content

Commit

Permalink
minor language consistency - refs #16129
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobanse committed Feb 12, 2025
1 parent 4531be4 commit 8e193ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/gui/windows/GUIMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ GUIMainWindow::buildLanguageMenu(FXMenuBar* menuBar) {
GUIIconSubSys::getIcon(GUIIcon::LANGUAGE_TR), this, MID_LANGUAGE_TR);
GUIDesigns::buildFXMenuCommandShortcut(myLanguageMenu, "Magyar", "", TL("Change language to hungarian. (hu)"),
GUIIconSubSys::getIcon(GUIIcon::LANGUAGE_HU), this, MID_LANGUAGE_HU);
GUIDesigns::buildFXMenuCommandShortcut(myLanguageMenu, "Japanese", "", TL("Change language to japanese. (ja)"),
GUIDesigns::buildFXMenuCommandShortcut(myLanguageMenu, "日本語", "", TL("Change language to japanese. (ja)"),
GUIIconSubSys::getIcon(GUIIcon::LANGUAGE_JA), this, MID_LANGUAGE_JA);
}

Expand Down

0 comments on commit 8e193ce

Please sign in to comment.