diff --git a/src/Editors/_StyledTextBuffer.py b/src/Editors/_StyledTextBuffer.py index 8ce21c2b3..b315a6f3e 100644 --- a/src/Editors/_StyledTextBuffer.py +++ b/src/Editors/_StyledTextBuffer.py @@ -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 = {