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', 'layout_launcher' : '<Alt>l',
'next_profile' : '', 'next_profile' : '',
'previous_profile' : '', 'previous_profile' : '',
'preferences' : '', 'preferences' : '',
'help' : 'F1' 'help' : 'F1'
}, },
'profiles': { 'profiles': {

View File

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