add a fixme for a string that Stian found. thanks Stian!
This commit is contained in:
parent
b284ea89a0
commit
09edc883e6
|
@ -444,6 +444,7 @@ class VcardWindow:
|
||||||
|
|
||||||
def change_to_vcard(self):
|
def change_to_vcard(self):
|
||||||
self.xml.get_widget('information_notebook').remove_page(0)
|
self.xml.get_widget('information_notebook').remove_page(0)
|
||||||
|
#FIXME: make this string translatable for .10 [thanks Stian]
|
||||||
self.xml.get_widget('nickname_label').set_text('Personal details')
|
self.xml.get_widget('nickname_label').set_text('Personal details')
|
||||||
|
|
||||||
self.publish_button.show()
|
self.publish_button.show()
|
||||||
|
|
Loading…
Reference in New Issue