File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public string Hotkey
142142 HotkeyType . SelectPrevItemHotkey2 => _settings . SelectPrevItemHotkey2 ,
143143 HotkeyType . SelectNextItemHotkey => _settings . SelectNextItemHotkey ,
144144 HotkeyType . SelectNextItemHotkey2 => _settings . SelectNextItemHotkey2 ,
145- _ => throw new System . NotImplementedException ( "Hotkey type not setted " )
145+ _ => throw new System . NotImplementedException ( "Hotkey type not set " )
146146 } ;
147147 }
148148 set
@@ -197,7 +197,7 @@ public string Hotkey
197197 _settings . SelectNextItemHotkey2 = value ;
198198 break ;
199199 default :
200- throw new System . NotImplementedException ( "Hotkey type not setted " ) ;
200+ throw new System . NotImplementedException ( "Hotkey type not set " ) ;
201201 }
202202
203203 // After setting the hotkey, we need to refresh the interface
You can’t perform that action at this time.
0 commit comments