From 8e193ce4c0dc1e0783a6f2a9015149cde512524a Mon Sep 17 00:00:00 2001 From: Angelo Banse Date: Wed, 12 Feb 2025 14:06:53 +0100 Subject: [PATCH] minor language consistency - refs #16129 --- src/utils/gui/windows/GUIMainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/gui/windows/GUIMainWindow.cpp b/src/utils/gui/windows/GUIMainWindow.cpp index 45060790cc6..d1d7ae3e9f6 100644 --- a/src/utils/gui/windows/GUIMainWindow.cpp +++ b/src/utils/gui/windows/GUIMainWindow.cpp @@ -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); }