Skip to content

Commit 6a0bfce

Browse files
committed
Expand radius tooltip
1 parent 362aebe commit 6a0bfce

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
@@ -123,7 +123,7 @@ class TargetProfileEditor(AuxiliaryFrame):
123123
ATTRIBUTES = OrderedDict([
124124
('maxVelocity', (_t('Maximum speed'), 'm/s')),
125125
('signatureRadius', (_t('Signature radius\nLeave blank for infinitely big value'), 'm')),
126-
('radius', (_t('Radius'), 'm')),
126+
('radius', (_t('Radius\nThe radius of the sphere that represents a ship/drone in space. Affects range calculations.'), 'm')),
127127
('hp', (_t('Total HP\nLeave blank for infinitely big value'), 'hp'))])
128128

129129
def __init__(self, parent):

0 commit comments

Comments
 (0)