From 3fdcf0eddff8df4b254cf9293e31a5e14c4c099f Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sun, 25 Jun 2023 16:06:48 +0300 Subject: [PATCH] IDE: improved a caption --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 2cff8edce8..079774e439 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1611,7 +1611,7 @@ resourcestring dlgDelTemplate = 'Delete template '; dlgChsCodeTempl = 'Choose code template file (*.dci)'; lisPkgMgrNew = 'new'; - lisUninstallFail = 'Uninstall fail'; + lisUninstallFail = 'Uninstall failed'; lisThePackageIsUsedBy = 'The package "%s" is used by'; lisUninstallThemToo = 'Uninstall them too'; lisPkgMgrRemove = 'remove';