From 0a5b466eadb7a2a8aa4ebfb47bbeffef1469fe58 Mon Sep 17 00:00:00 2001 From: maxim Date: Thu, 9 Aug 2012 20:21:12 +0000 Subject: [PATCH] IDE: fixed typo git-svn-id: trunk@38216 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index a4451b2118..75278ddd5d 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -5562,7 +5562,7 @@ resourcestring lisSavedWithProjectSession = 'Saved with project session'; lisSavedWithIDESettings = 'Saved with IDE settings'; lisMoveTo = 'Move to: '; - lisFailedToSaveFile = 'Failed to save file,'; + lisFailedToSaveFile = 'Failed to save file.'; implementation