Improve popup message of clear button
svn: r10551
This commit is contained in:
parent
1bc022b584
commit
af4b3b3299
@ -232,7 +232,7 @@ class StyledTextBuffer(gtk.TextBuffer):
|
|||||||
('background', 'gramps-font-bgcolor', None, None,
|
('background', 'gramps-font-bgcolor', None, None,
|
||||||
_('Background Color'), self._on_action_activate),
|
_('Background Color'), self._on_action_activate),
|
||||||
('clear', gtk.STOCK_CLEAR, None, None,
|
('clear', gtk.STOCK_CLEAR, None, None,
|
||||||
_('Clear'), self._format_clear_cb),
|
_('Clear Markup'), self._format_clear_cb),
|
||||||
]
|
]
|
||||||
|
|
||||||
self.action_accels = {
|
self.action_accels = {
|
||||||
|
Loading…
Reference in New Issue
Block a user