File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,34 +77,34 @@ template $BottlesWindow: Adw.ApplicationWindow {
7777menu primary_menu {
7878 section {
7979 item {
80- label: _("_Import …");
80+ label: _("Import …");
8181 action: "app.import";
8282 }
8383
8484 item {
85- label: _("_Journal ");
85+ label: _("Journal ");
8686 action: "app.journal";
8787 }
8888 }
8989
9090 section {
9191 item {
92- label: _("_Preferences ");
92+ label: _("Preferences ");
9393 action: "app.preferences";
9494 }
9595
9696 item {
97- label: _("_Keyboard Shortcuts");
97+ label: _("Keyboard Shortcuts");
9898 action: "win.show-help-overlay";
9999 }
100100
101101 item {
102- label: _("_Help ");
102+ label: _("Help ");
103103 action: "app.help";
104104 }
105105
106106 item {
107- label: _("_About Bottles");
107+ label: _("About Bottles");
108108 action: "app.about";
109109 }
110110 }
You can’t perform that action at this time.
0 commit comments