Skip to content

Commit

Permalink
re-add period
Browse files Browse the repository at this point in the history
I had temporarily removed it to separate punctuation changes from technical ones.
  • Loading branch information
SeaLiteral committed Feb 17, 2019
1 parent 8717f90 commit 675f161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover/gui_qt/add_translation_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AddTranslationDialog(Tool, Ui_AddTranslationDialog):


TITLE = _('Add Translation')
TOOLTIP = _('Add a new translation to the dictionary')
TOOLTIP = _('Add a new translation to the dictionary.')
ICON = ':/translation_add.svg'
ROLE = 'add_translation'
SHORTCUT = 'Ctrl+N'
Expand Down

0 comments on commit 675f161

Please sign in to comment.