More rename-related updates

This commit is contained in:
DarkPhoenix
2021-12-02 13:23:37 +03:00
parent 145e92b458
commit f5d18fd606
2 changed files with 23 additions and 18 deletions

View File

@@ -28,10 +28,10 @@ class ChangeModuleAmmo(ContextMenuCombined):
'kinetic': _t('Kinetic'),
'mixed': _t('Mixed')}
self.oreChargeCatTrans = OrderedDict([
('a1', _t('Asteroid Common')),
('a2', _t('Asteroid Uncommon')),
('a3', _t('Asteroid Rare')),
('a4', _t('Asteroid Premium')),
('a1', _t('Asteroid Simple')),
('a2', _t('Asteroid Coherent')),
('a3', _t('Asteroid Variegated')),
('a4', _t('Asteroid Complex')),
('a5', _t('Asteroid Abyssal')),
('a6', _t('Asteroid Mercoxit')),
('r4', _t('Moon Ubiquitous')),