[five-or-more] primary-menu: Add mnemonics
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] primary-menu: Add mnemonics
- Date: Fri, 11 Jan 2019 15:40:39 +0000 (UTC)
commit ae4e28567a38c96a9453b4e2bb13dc4cfbe169cb
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Thu Jan 10 14:18:15 2019 -0500
primary-menu: Add mnemonics
data/five-or-more.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/five-or-more.ui b/data/five-or-more.ui
index 4f5766e..f7258b1 100644
--- a/data/five-or-more.ui
+++ b/data/five-or-more.ui
@@ -4,13 +4,13 @@
<menu id="primary-menu">
<section>
<item>
- <attribute name="label" translatable="yes">New Game</attribute>
+ <attribute name="label" translatable="yes">_New Game</attribute>
<attribute name="action">app.new-game</attribute>
<attribute name="accel"><Primary>n</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Scores</attribute>
+ <attribute name="label" translatable="yes">S_cores</attribute>
<attribute name="action">app.scores</attribute>
</item>
</section>
@@ -33,16 +33,16 @@
</section>
<section>
<item>
- <attribute name="label" translatable="yes">Preferences</attribute>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Help</attribute>
+ <attribute name="label" translatable="yes">_Help</attribute>
<attribute name="action">app.help</attribute>
<attribute name="accel">F1</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">About Five or More</attribute>
+ <attribute name="label" translatable="yes">_About Five or More</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]