diff options
author | fiaxh <git@mx.ax.lt> | 2017-04-07 11:09:47 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-04-10 15:47:21 +0200 |
commit | 9bc83539d124f9645dc92e9e39001cb0192dae61 (patch) | |
tree | a4b22a8ea3e10b6d0050c2e5669729919a1cb477 /main/data/menu_app.ui | |
parent | d8881c4b16a1cd376dd69304c44444aee581da32 (diff) | |
download | dino-9bc83539d124f9645dc92e9e39001cb0192dae61.tar.gz dino-9bc83539d124f9645dc92e9e39001cb0192dae61.zip |
Gettext support
Diffstat (limited to 'main/data/menu_app.ui')
-rw-r--r-- | main/data/menu_app.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/data/menu_app.ui b/main/data/menu_app.ui index d3fa4cb7..beb81f3f 100644 --- a/main/data/menu_app.ui +++ b/main/data/menu_app.ui @@ -3,17 +3,17 @@ <section> <item> <attribute name="action">app.accounts</attribute> - <attribute name="label">Accounts</attribute> + <attribute name="label" translatable="yes">Accounts</attribute> </item> <item> <attribute name="action">app.settings</attribute> - <attribute name="label">Settings</attribute> + <attribute name="label" translatable="yes">Settings</attribute> </item> </section> <section> <item> <attribute name="action">app.quit</attribute> - <attribute name="label">Quit</attribute> + <attribute name="label" translatable="yes">Quit</attribute> </item> </section> </menu> |