From fd4e357e3bcc698db8eab9a6ca3a159d535d027e Mon Sep 17 00:00:00 2001 From: SiboVG Date: Mon, 20 Mar 2023 23:02:44 +0100 Subject: [PATCH] Fix translation --- core/resources/l10n/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/resources/l10n/messages.properties b/core/resources/l10n/messages.properties index 057634612..0ad43a056 100644 --- a/core/resources/l10n/messages.properties +++ b/core/resources/l10n/messages.properties @@ -40,8 +40,8 @@ RocketActions.DuplicateAct.ttip.Duplicate = Duplicate this component (and subcom RocketActions.EditAct.Edit = Edit RocketActions.EditAct.ttip.Edit = Edit the selected component. RocketActions.Select = Select -RocketActions.Select.SelectSameColorAct = Components with same color -RocketActions.Select.SelectSameColorAct.ttip = Select all components with the same color as this component. +RocketActions.Select.SelectSameColorAct = Components of same color +RocketActions.Select.SelectSameColorAct.ttip = Select all components of the same color as this component. RocketActions.Select.SelectNoneAct = None RocketActions.Select.SelectNoneAct.ttip = Deselect all components. RocketActions.ScaleAct.Scale = Scale