Make the prefs editor not explode on cycle_*

This commit is contained in:
Chris Jones 2010-01-19 11:22:51 +00:00
parent df6a370bf3
commit 5cad06295e
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class PrefsEditor:
'zoom_out' : 'Decrease font size',
'zoom_normal' : 'Restore original font size',
'new_tab' : 'Create a new tab',
'cycle_next' : 'Focus the next terminal',
'cycle_prev' : 'Focus the previous terminal',
'go_next' : 'Focus the next terminal',
'go_prev' : 'Focus the previous terminal',
'go_up' : 'Focus the terminal above',