fix spacing
This commit is contained in:
parent
6ec295cdbc
commit
0ff6a7b498
|
@ -195,7 +195,7 @@ DEFAULTS = {
|
|||
'layout_launcher' : '<Alt>l',
|
||||
'next_profile' : '',
|
||||
'previous_profile' : '',
|
||||
'preferences' : '',
|
||||
'preferences' : '',
|
||||
'help' : 'F1'
|
||||
},
|
||||
'profiles': {
|
||||
|
|
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue