Skip to content
Snippets Groups Projects
Commit 8ecb4778 authored by nkour's avatar nkour
Browse files

underscore in string

parent fcfb3141
No related branches found
No related tags found
No related merge requests found
......@@ -974,7 +974,7 @@ class RosterWindow:
menu = gtk.Menu()
rename_item = gtk.ImageMenuItem(_('Rename'))
rename_item = gtk.ImageMenuItem(_('Re_name'))
rename_icon = gtk.image_new_from_stock(gtk.STOCK_REFRESH,
gtk.ICON_SIZE_MENU)
rename_item.set_image(rename_icon)
......
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