mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
fixed typos
git-svn-id: trunk@19979 -
This commit is contained in:
parent
a2a2c53266
commit
05ec4fcdae
@ -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;
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user