From 0ff6a7b4981be3ac11e4f42de78a9e8037565f83 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Tue, 22 Sep 2020 16:59:26 -0400 Subject: [PATCH] fix spacing --- terminatorlib/config.py | 2 +- terminatorlib/prefseditor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') }