Improve popup message of clear button

svn: r10551
This commit is contained in:
Benny Malengier 2008-04-11 13:59:32 +00:00
parent 1bc022b584
commit af4b3b3299

View File

@ -232,7 +232,7 @@ class StyledTextBuffer(gtk.TextBuffer):
('background', 'gramps-font-bgcolor', None, None,
_('Background Color'), self._on_action_activate),
('clear', gtk.STOCK_CLEAR, None, None,
_('Clear'), self._format_clear_cb),
_('Clear Markup'), self._format_clear_cb),
]
self.action_accels = {