4934: Menu items on SimpleTable and ScratchPad ignore translation strings for object class
svn: r17793
This commit is contained in:
@ -140,7 +140,7 @@ class SimpleTable(object):
|
||||
(index is not None and self.__link[index])):
|
||||
objclass, handle = self.__link[index]
|
||||
if objclass == 'Person':
|
||||
menu_item = gtk.MenuItem(_("the object|Make %s Active") % trans_objclass('Person'))
|
||||
menu_item = gtk.MenuItem(_("the object|Make %s active") % trans_objclass('Person'))
|
||||
menu_item.connect("activate",
|
||||
lambda widget: self.on_table_click(treeview))
|
||||
popup.append(menu_item)
|
||||
|
Reference in New Issue
Block a user