From 09edc883e6eb3512cf9ae07e5b8b52fcfa526634 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 8 Dec 2005 16:03:14 +0000 Subject: [PATCH] add a fixme for a string that Stian found. thanks Stian! --- src/vcard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vcard.py b/src/vcard.py index c168eab2f..686768c81 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -444,6 +444,7 @@ class VcardWindow: def change_to_vcard(self): 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.publish_button.show()