diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-02 02:58:44 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-02 02:58:44 +0200 |
commit | 15725caf30a564d33868bf2dccb2c98ea5eb34eb (patch) | |
tree | 70c04bbff828163f6e570e351ac058c75bd6221d /data | |
parent | 57a0ca523f0e3a2aa4355636b7ccf60d33f8aaf7 (diff) | |
download | ephraim-15725caf30a564d33868bf2dccb2c98ea5eb34eb.tar ephraim-15725caf30a564d33868bf2dccb2c98ea5eb34eb.zip |
Added some debug output
Diffstat (limited to 'data')
-rw-r--r-- | data/ephraim.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/ephraim.glade b/data/ephraim.glade index 50ec1ab..a5643de 100644 --- a/data/ephraim.glade +++ b/data/ephraim.glade @@ -13,7 +13,7 @@ <child> <object class="GtkMenuItem" id="menuitem1"> <property name="visible">True</property> - <property name="label" translatable="yes">_Aktionen</property> + <property name="label" translatable="yes">_Actions</property> <property name="use_underline">True</property> <child type="submenu"> <object class="GtkMenu" id="menu1"> @@ -38,14 +38,14 @@ <child> <object class="GtkMenuItem" id="menuitem3"> <property name="visible">True</property> - <property name="label" translatable="yes">A_nsicht</property> + <property name="label" translatable="yes">_View</property> <property name="use_underline">True</property> </object> </child> <child> <object class="GtkMenuItem" id="menuitem4"> <property name="visible">True</property> - <property name="label" translatable="yes">_Hilfe</property> + <property name="label" translatable="yes">_Help</property> <property name="use_underline">True</property> <child type="submenu"> <object class="GtkMenu" id="menu3"> |