fix spacing

This commit is contained in:
Matt Rose 2020-09-22 16:59:26 -04:00
parent 6ec295cdbc
commit 0ff6a7b498
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ DEFAULTS = {
'layout_launcher' : '<Alt>l',
'next_profile' : '',
'previous_profile' : '',
'preferences' : '',
'preferences' : '',
'help' : 'F1'
},
'profiles': {

View File

@ -174,7 +174,7 @@ class PrefsEditor:
'layout_launcher' : _('Open layout launcher window'),
'next_profile' : _('Switch to next profile'),
'previous_profile' : _('Switch to previous profile'),
'preferences' : _('Open the Preferences window'),
'preferences' : _('Open the Preferences window'),
'help' : _('Open the manual')
}