Skip to content

Commit 23e0972

Browse files
committed
CCP mistype is actually a mistype on my part
1 parent 0aca057 commit 23e0972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gui/builtinContextMenus/shipModeChange.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ def __init__(self):
2020
'Sharpshooter': _t('Sharpshooter'),
2121
'Primary': _t('Primary'),
2222
'Secondary': _t('Secondary'),
23-
'Tertiary': _t('Tetriary'), # A mistype by CCP upon anhinga release
24-
'Tetriary': _t('Tetriary'),
23+
'Tertiary': _t('Tertiary'),
2524
}
2625

2726
def display(self, callingWindow, srcContext):

0 commit comments

Comments
 (0)