diff --git a/src/main/resources/fxml/menu.fxml b/src/main/resources/fxml/menu.fxml index 1bd327f..08644ce 100644 --- a/src/main/resources/fxml/menu.fxml +++ b/src/main/resources/fxml/menu.fxml @@ -7,7 +7,7 @@ fx:controller="com.marvinelsen.willow.ui.controllers.MenuController" BorderPane.alignment="CENTER" useSystemMenuBar="true"> - + diff --git a/src/main/resources/i18n/willow.properties b/src/main/resources/i18n/willow.properties index a90a055..cc9e8d4 100644 --- a/src/main/resources/i18n/willow.properties +++ b/src/main/resources/i18n/willow.properties @@ -10,7 +10,7 @@ tab.words=Words tab.characters=Characters menubar.file=_File menubar.file.quit=_Quit -menubar.file.settings=_Settings… +menubar.file.preferences=_Preferences… menubar.edit=_Edit menubar.edit.copy.headword=Copy Headword menubar.edit.copy.pronunciation=Copy Pronunciation diff --git a/src/main/resources/i18n/willow_de.properties b/src/main/resources/i18n/willow_de.properties index 5ae4d0d..c682ce1 100644 --- a/src/main/resources/i18n/willow_de.properties +++ b/src/main/resources/i18n/willow_de.properties @@ -10,7 +10,7 @@ tab.words=Wörter tab.characters=Schriftzeichen menubar.file=_Datei menubar.file.quit=_Beenden -menubar.file.settings=_Einstellungen… +menubar.file.preferences=_Einstellungen… menubar.edit=_Bearbeiten menubar.edit.copy.headword=Kopiere Wort menubar.edit.copy.pronunciation=Kopiere Aussprache diff --git a/src/main/resources/i18n/willow_en.properties b/src/main/resources/i18n/willow_en.properties index a90a055..cc9e8d4 100644 --- a/src/main/resources/i18n/willow_en.properties +++ b/src/main/resources/i18n/willow_en.properties @@ -10,7 +10,7 @@ tab.words=Words tab.characters=Characters menubar.file=_File menubar.file.quit=_Quit -menubar.file.settings=_Settings… +menubar.file.preferences=_Preferences… menubar.edit=_Edit menubar.edit.copy.headword=Copy Headword menubar.edit.copy.pronunciation=Copy Pronunciation diff --git a/src/main/resources/i18n/willow_zh_CN.properties b/src/main/resources/i18n/willow_zh_CN.properties index 57faf58..690adb2 100644 --- a/src/main/resources/i18n/willow_zh_CN.properties +++ b/src/main/resources/i18n/willow_zh_CN.properties @@ -10,7 +10,7 @@ tab.words=詞 tab.characters=字 menubar.file=_檔案 menubar.file.quit=_結束 Willow -menubar.file.settings=_設定… +menubar.file.preferences=_設定… menubar.edit=_編輯 menubar.edit.copy.headword=複製 Wort menubar.edit.copy.pronunciation=複製 Aussprache diff --git a/src/main/resources/i18n/willow_zh_TW.properties b/src/main/resources/i18n/willow_zh_TW.properties index 57faf58..690adb2 100644 --- a/src/main/resources/i18n/willow_zh_TW.properties +++ b/src/main/resources/i18n/willow_zh_TW.properties @@ -10,7 +10,7 @@ tab.words=詞 tab.characters=字 menubar.file=_檔案 menubar.file.quit=_結束 Willow -menubar.file.settings=_設定… +menubar.file.preferences=_設定… menubar.edit=_編輯 menubar.edit.copy.headword=複製 Wort menubar.edit.copy.pronunciation=複製 Aussprache