s/Descriptions/Description fixup of d9e1a72fcd

Spotted by Chris Leonard: we use Description in all the other
places.
This commit is contained in:
Simon Schampijer 2012-02-09 19:05:57 +01:00
parent 57782e18a9
commit ef2c624b5a

View File

@ -223,7 +223,7 @@ class DescriptionItem(Gtk.ToolItem):
description_button = ToolButton('edit-description') description_button = ToolButton('edit-description')
description_button.show() description_button.show()
description_button.set_tooltip(_('Descriptions')) description_button.set_tooltip(_('Description'))
self._palette = description_button.get_palette() self._palette = description_button.get_palette()
description_box = Gtk.HBox() description_box = Gtk.HBox()