diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 34e7f8d3..43d9a0b0 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -195,7 +195,7 @@ DEFAULTS = { 'layout_launcher' : 'l', 'next_profile' : '', 'previous_profile' : '', - 'preferences' : '', + 'preferences' : '', 'help' : 'F1' }, 'profiles': { diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index 97c8ed2b..dedc55aa 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -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') }