fix string

This commit is contained in:
Nikos Kouremenos 2005-08-06 23:22:57 +00:00
parent a09c2bed2f
commit 0807d207d2
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class VcardWindow:
def on_set_avatar_button_clicked(self, widget):
f = None
dialog = gtk.FileChooserDialog(_('Choose avatar'), None,
dialog = gtk.FileChooserDialog(_('Choose Avatar'), None,
gtk.FILE_CHOOSER_ACTION_OPEN,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OPEN, gtk.RESPONSE_OK))