Skip to content

Commit

Permalink
Make tooltip into sentence (and add period)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaLiteral committed Feb 16, 2019
1 parent 0a3745c commit 4066b60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plover/gui_qt/paper_tape.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@

class PaperTape(Tool, Ui_PaperTape):

''' Paper tape display of strokes. '''

TITLE = _('Paper Tape')
TOOLTIP = _('Paper tape display of strokes')
TOOLTIP = _('Display paper tape of strokes.')
ICON = ':/tape.svg'
ROLE = 'paper_tape'
SHORTCUT = 'Ctrl+T'
Expand Down

0 comments on commit 4066b60

Please sign in to comment.