Skip to content

Commit e0e5be5

Browse files
committed
Change tooltip
1 parent 8b2f7c5 commit e0e5be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/targetProfileEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class TargetProfileEditor(AuxiliaryFrame):
124124
('maxVelocity', (_t('Maximum speed'), 'm/s')),
125125
('signatureRadius', (_t('Signature radius\nLeave blank for infinitely big value'), 'm')),
126126
('radius', (_t('Radius\nThe radius of the sphere that represents a ship/drone in space. Affects range calculations.'), 'm')),
127-
('hp', (_t('Total HP\nLeave blank for infinitely big value'), 'hp'))])
127+
('hp', (_t('Total HP\nAffects how much damage breacher pods can do. Leave blank for infinitely big value'), 'hp'))])
128128

129129
def __init__(self, parent):
130130
super().__init__(

0 commit comments

Comments
 (0)