We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aca057 commit 23e0972Copy full SHA for 23e0972
gui/builtinContextMenus/shipModeChange.py
@@ -20,8 +20,7 @@ def __init__(self):
20
'Sharpshooter': _t('Sharpshooter'),
21
'Primary': _t('Primary'),
22
'Secondary': _t('Secondary'),
23
- 'Tertiary': _t('Tetriary'), # A mistype by CCP upon anhinga release
24
- 'Tetriary': _t('Tetriary'),
+ 'Tertiary': _t('Tertiary'),
25
}
26
27
def display(self, callingWindow, srcContext):
0 commit comments