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
142
142
HotkeyType . SelectPrevItemHotkey2 => _settings . SelectPrevItemHotkey2 ,
143
143
HotkeyType . SelectNextItemHotkey => _settings . SelectNextItemHotkey ,
144
144
HotkeyType . SelectNextItemHotkey2 => _settings . SelectNextItemHotkey2 ,
145
- _ => throw new System . NotImplementedException ( "Hotkey type not setted " )
145
+ _ => throw new System . NotImplementedException ( "Hotkey type not set " )
146
146
} ;
147
147
}
148
148
set
@@ -197,7 +197,7 @@ public string Hotkey
197
197
_settings . SelectNextItemHotkey2 = value ;
198
198
break ;
199
199
default :
200
- throw new System . NotImplementedException ( "Hotkey type not setted " ) ;
200
+ throw new System . NotImplementedException ( "Hotkey type not set " ) ;
201
201
}
202
202
203
203
// After setting the hotkey, we need to refresh the interface
You can’t perform that action at this time.
0 commit comments