From 750d6091520b2dc874ce7afbd04683729aca4575 Mon Sep 17 00:00:00 2001 From: maxim Date: Tue, 11 Dec 2018 22:28:03 +0000 Subject: [PATCH] IDE: improved wording of 'Active desktop won't be autosaved' warning git-svn-id: trunk@59795 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 539b939e4c..1b876e53c6 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -4840,7 +4840,7 @@ resourcestring lisEditorToolbarVisible = 'Editor Toolbar is &visible'; lisEditorToolbarSettings = 'Editor Toolbar Settings'; lisPosition = 'Position'; - lisNoAutoSaveActiveDesktop = 'You need save current desktop manually for next sessions because option ''Auto save active desktop'' is turned off'; + lisNoAutoSaveActiveDesktop = '''Auto save active desktop'' option is turned off, you will need to save current desktop manually.'; // components palette settings and list form lisCmpPages = 'Pages';