Merge pull request #215 from mattrose/add-prefs-key

fix spacing
This commit is contained in:
Matt Rose 2020-09-22 17:04:51 -04:00 committed by GitHub
commit e1476a2ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')
}