[devhelp] Fixed menu capitalization and added keyboard mnemonics.
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] Fixed menu capitalization and added keyboard mnemonics.
- Date: Fri, 3 May 2013 10:00:55 +0000 (UTC)
commit 89674a69c37ba8c5ecd826e220ebb03b092b2aaf
Author: Adam Dingle <adam medovina org>
Date: Sat Mar 30 09:29:35 2013 -0400
Fixed menu capitalization and added keyboard mnemonics.
https://bugzilla.gnome.org/show_bug.cgi?id=696907
src/devhelp.ui | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/devhelp.ui b/src/devhelp.ui
index 0a899b1..c8ad686 100644
--- a/src/devhelp.ui
+++ b/src/devhelp.ui
@@ -26,24 +26,24 @@
<menu id="app-menu">
<section>
<item>
- <attribute name="label" translatable="yes">New window</attribute>
+ <attribute name="label" translatable="yes">New _Window</attribute>
<attribute name="action">app.new-window</attribute>
<attribute name="accel"><Primary>n</attribute>
</item>
</section>
<section>
<item>
- <attribute name="label" translatable="yes">Preferences</attribute>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
- <attribute name="label" translatable="yes">About Devhelp</attribute>
+ <attribute name="label" translatable="yes">_About Devhelp</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Quit</attribute>
+ <attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel"><Primary>q</attribute>
</item>
@@ -73,17 +73,17 @@
</section>
<section>
<item>
- <attribute name="label" translatable="yes">_Larger text</attribute>
+ <attribute name="label" translatable="yes">_Larger Text</attribute>
<attribute name="action">win.zoom-in</attribute>
<attribute name="accel"><Primary>plus</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">S_maller text</attribute>
+ <attribute name="label" translatable="yes">S_maller Text</attribute>
<attribute name="action">win.zoom-out</attribute>
<attribute name="accel"><Primary>minus</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">_Normal size</attribute>
+ <attribute name="label" translatable="yes">_Normal Size</attribute>
<attribute name="action">win.zoom-default</attribute>
<attribute name="accel"><Primary>0</attribute>
</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]