diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index 5470ec06..51fa22fd 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -81,6 +81,7 @@ class PrefsEditor: 'group_tab' : 'Group terminals in tab', 'ungroup_tab' : 'Ungroup terminals in tab', 'new_window' : 'Create a new window', + 'new_terminator' : 'Spawn a new Terminator process', } def __init__ (self, term):