Skip to content
Snippets Groups Projects
Commit 0807d207 authored by nkour's avatar nkour
Browse files

fix string

parent a09c2bed
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
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