make "install from binary package ..." Sulfur menu icon translatable

This commit is contained in:
Fabio Erculiani
2009-05-25 12:57:21 +02:00
parent f3f68d0482
commit b672c578a8
+1 -1
View File
@@ -25,7 +25,7 @@
<widget class="GtkMenu" id="menuitem1_menu">
<child>
<widget class="GtkImageMenuItem" id="installPackageItem">
<property name="label">Install from binary package...</property>
<property name="label" translatable="yes">Install from binary package...</property>
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Install a stand-alone package file</property>