Comment 15 for bug 186118

Revision history for this message
André Gondim (andregondim) wrote :

sudo vim /usr/bin/gnome-about

replace label.set_markup (_("<b>%(name)s:</b> %(value)s") % infos_dict) to label.set_markup ("<b>%(name)s:</b> %(value)s" % infos_dict)

Save and there is no problem again.