mintMenuConfig: make Plugins tab title translatable
This commit is contained in:
parent
ef0eff8fd9
commit
bd3da67890
@ -483,7 +483,7 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child type="tab">
|
<child type="tab">
|
||||||
<object class="GtkLabel" id="label3">
|
<object class="GtkLabel" id="mainbuttonLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||||
@ -710,7 +710,7 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child type="tab">
|
<child type="tab">
|
||||||
<object class="GtkLabel" id="label40">
|
<object class="GtkLabel" id="pluginsLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||||
|
@ -69,7 +69,8 @@ class mintMenuConfig( object ):
|
|||||||
|
|
||||||
self.builder.get_object("colorsLabel").set_text(_("Theme"))
|
self.builder.get_object("colorsLabel").set_text(_("Theme"))
|
||||||
self.builder.get_object("favLabel").set_text(_("Favorites"))
|
self.builder.get_object("favLabel").set_text(_("Favorites"))
|
||||||
self.builder.get_object("label3").set_text(_("Main button"))
|
self.builder.get_object("mainbuttonLabel").set_text(_("Main button"))
|
||||||
|
self.builder.get_object("pluginsLabel").set_text(_("Plugins"))
|
||||||
|
|
||||||
self.builder.get_object("backgroundColorLabel").set_text(_("Background:"))
|
self.builder.get_object("backgroundColorLabel").set_text(_("Background:"))
|
||||||
self.builder.get_object("headingColorLabel").set_text(_("Headings:"))
|
self.builder.get_object("headingColorLabel").set_text(_("Headings:"))
|
||||||
|
Loading…
Reference in New Issue
Block a user