From e0e5be5870719da3be60fdf51ccb084b2feb9f9f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 13 Nov 2024 12:32:07 +0100 Subject: [PATCH] Change tooltip --- gui/targetProfileEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/targetProfileEditor.py b/gui/targetProfileEditor.py index c1f0d1398..8d65f60ec 100644 --- a/gui/targetProfileEditor.py +++ b/gui/targetProfileEditor.py @@ -124,7 +124,7 @@ class TargetProfileEditor(AuxiliaryFrame): ('maxVelocity', (_t('Maximum speed'), 'm/s')), ('signatureRadius', (_t('Signature radius\nLeave blank for infinitely big value'), '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'))]) + ('hp', (_t('Total HP\nAffects how much damage breacher pods can do. Leave blank for infinitely big value'), 'hp'))]) def __init__(self, parent): super().__init__(