Skip to content

Commit 6d1f9d2

Browse files
Add mnemonics for donate and about
1 parent 88c3dfe commit 6d1f9d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ždata/ui/image_sidebar.blpβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ menu app_menu {
268268
}
269269

270270
item {
271-
label: _("Donate to Gradia πŸ’™");
271+
label: _("D_onate to Gradia πŸ’™");
272272
action: "win.donate";
273273
}
274274

275275
item {
276-
label: _("About Gradia");
276+
label: _("_About Gradia");
277277
action: "win.about";
278278
}
279279
}

β€Ždata/ui/welcome_page.blpβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ menu app_menu {
101101
}
102102

103103
item {
104-
label: _("Donate to Gradia πŸ’™");
104+
label: _("_D_onate to Gradia πŸ’™");
105105
action: "win.donate";
106106
}
107107

108108
item {
109-
label: _("About Gradia");
109+
label: _("_About Gradia");
110110
action: "win.about";
111111
}
112112
}

0 commit comments

Comments
Β (0)