From 05ec4fcdae73008699a0f9a3fd3cb85bb5120380 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 16 May 2009 06:50:16 +0000 Subject: [PATCH] fixed typos git-svn-id: trunk@19979 - --- ide/keymapschemedlg.pas | 2 +- ide/lazarusidestrconsts.pas | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ide/keymapschemedlg.pas b/ide/keymapschemedlg.pas index 152037752b..d1d4a05cb9 100644 --- a/ide/keymapschemedlg.pas +++ b/ide/keymapschemedlg.pas @@ -74,7 +74,7 @@ end; procedure TChooseKeySchemeDlg.ChooseKeySchemeDlgCREATE(Sender: TObject); begin Caption:=lisKMChooseKeymappingScheme; - NoteLabel.Caption:=lisKMNoteAllKeysWillBeSetToTheValuesOfTheChoosenScheme; + NoteLabel.Caption:=lisKMNoteAllKeysWillBeSetToTheValuesOfTheChosenScheme; SchemeRadiogroup.Caption:=lisKMKeymappingScheme; ButtonPanel.HelpButton.OnClick := @HelpButtonClick; diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 05c23bcb34..6ee26c1d9d 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -3861,8 +3861,8 @@ resourcestring liswlWatchList = 'Watch list'; liswlExpression = 'Expression'; lisKMChooseKeymappingScheme = 'Choose Keymapping scheme'; - lisKMNoteAllKeysWillBeSetToTheValuesOfTheChoosenScheme = 'Note: All keys ' - +'will be set to the values of the choosen scheme.'; + lisKMNoteAllKeysWillBeSetToTheValuesOfTheChosenScheme = 'Note: All keys ' + +'will be set to the values of the chosen scheme.'; lisKMKeymappingScheme = 'Keymapping Scheme'; lisIFDOK = 'OK'; lisPVUEditVirtualUnit = 'Edit virtual unit'; @@ -3913,7 +3913,7 @@ resourcestring rsGoToTheNextItemInTheSearchList = 'Go to the next item in the search list'; rsResetFilter = 'Reset filter'; rsEnterOneOrMorePhrasesThatYouWantToSearchOrFilterIn = 'Enter one or more ' - +'phrases that you want to Search or Filter in the list, seperated by ' + +'phrases that you want to Search or Filter in the list, separated by ' +'space, or comma'; lisTDDInsertToDo = 'Insert ToDo';