aboutsummaryrefslogtreecommitdiff
path: root/data/app-menu.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/app-menu.ui')
-rw-r--r--data/app-menu.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/app-menu.ui b/data/app-menu.ui
index e948aae..9742170 100644
--- a/data/app-menu.ui
+++ b/data/app-menu.ui
@@ -3,31 +3,31 @@
<menu id='app-menu'>
<section>
<item>
- <attribute name='label'>_New</attribute>
+ <attribute name='label' translatable='yes'>_New</attribute>
<attribute name='action'>app.new</attribute>
<attribute name='accel'>&lt;Primary&gt;n</attribute>
</item>
<item>
- <attribute name='label'>_Open...</attribute>
+ <attribute name='label' translatable='yes'>_Open...</attribute>
<attribute name='action'>app.open</attribute>
<attribute name='accel'>&lt;Primary&gt;o</attribute>
</item>
<item>
- <attribute name='label'>Preferences</attribute>
+ <attribute name='label' translatable='yes'>Preferences</attribute>
<attribute name='action'>app.prefs</attribute>
</item>
</section>
<section>
<item>
- <attribute name='label'>_About</attribute>
+ <attribute name='label' translatable='yes'>_About</attribute>
<attribute name='action'>app.about</attribute>
</item>
<item>
- <attribute name='label'>Basic introduction</attribute>
+ <attribute name='label' translatable='yes'>Basic introduction</attribute>
<attribute name='action'>app.intro</attribute>
</item>
<item>
- <attribute name='label'>_Quit</attribute>
+ <attribute name='label' translatable='yes'>_Quit</attribute>
<attribute name='action'>app.quit</attribute>
<attribute name='accel'>&lt;Primary&gt;q</attribute>
</item>