Skip to content
Snippets Groups Projects
Commit 561efafe authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

update translation files

parent 553d10d3
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -488,7 +488,7 @@
<child>
<widget class="GtkLabel" id="label244">
<property name="visible">True</property>
<property name="label">_Remove</property>
<property name="label" translatable="yes">_Remove</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
......
......@@ -212,14 +212,14 @@ class Vcard_window:
#publish button
button = gtk.Button(stock = gtk.STOCK_GOTO_TOP)
button.get_children()[0].get_children()[0].get_children()[1].set_text(
'Publish')
_('Publish'))
button.connect('clicked', self.on_publish_button_clicked)
button.show_all()
information_hbuttonbox.pack_start(button)
#retrieve button
button = gtk.Button(stock = gtk.STOCK_GOTO_BOTTOM)
button.get_children()[0].get_children()[0].get_children()[1].set_text(
'Retrieve')
_('Retrieve'))
button.connect('clicked', self.on_retrieve_button_clicked)
button.show_all()
information_hbuttonbox.pack_start(button)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment