Skip to content

Commit

Permalink
Expand radius tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 13, 2024
1 parent 362aebe commit 6a0bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/targetProfileEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class TargetProfileEditor(AuxiliaryFrame):
ATTRIBUTES = OrderedDict([
('maxVelocity', (_t('Maximum speed'), 'm/s')),
('signatureRadius', (_t('Signature radius\nLeave blank for infinitely big value'), 'm')),
('radius', (_t('Radius'), 'm')),
('radius', (_t('Radius\nThe radius of the sphere that represents a ship/drone in space. Affects range calculations.'), 'm')),
('hp', (_t('Total HP\nLeave blank for infinitely big value'), 'hp'))])

def __init__(self, parent):
Expand Down

0 comments on commit 6a0bfce

Please sign in to comment.