From 6a0bfce2622ff920a817b65457dc6500b12a45e1 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 13 Nov 2024 11:02:02 +0100 Subject: [PATCH] Expand radius tooltip --- gui/targetProfileEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/targetProfileEditor.py b/gui/targetProfileEditor.py index 9a583e801..c1f0d1398 100644 --- a/gui/targetProfileEditor.py +++ b/gui/targetProfileEditor.py @@ -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):