diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index c167c45df6..e47e8113c6 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -5146,7 +5146,7 @@ resourcestring lisCircleInMacros = 'Circle in macros'; // Uses Unit dialog - dlgNoUnusedItem = 'No unused items are available in this project.'; + dlgUnitAlreadyUsesAllOtherUnits = 'Unit "%s" already uses all the units in this project'; dlgUseUnitCaption = 'Use a unit from this project'; dlgInsertSection = 'Insert into Uses section of'; dlgInsertInterface = 'Interface';