mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 12:09:32 +02:00
IDE: code templates dlg: fixed caption of last option
git-svn-id: trunk@12659 -
This commit is contained in:
parent
419f5911b4
commit
f35c3482e5
@ -669,7 +669,7 @@ begin
|
||||
AutoOnCheckGroup.Items.Add(lisAutomaticallyOnLineBreak);
|
||||
AutoOnCheckGroup.Items.Add(lisAutomaticallyOnSpace);
|
||||
AutoOnCheckGroup.Items.Add(lisAutomaticallyOnWordEnd);
|
||||
AutoOnCheckGroup.Items.Add(lisAutomaticallyOnWordEnd);
|
||||
AutoOnCheckGroup.Items.Add(lisAutomaticallyOnAddSymbol);
|
||||
|
||||
FilenameEdit.Text:=EditorOpts.CodeTemplateFileName;
|
||||
|
||||
|
@ -3435,6 +3435,7 @@ resourcestring
|
||||
lisAutomaticallyOnLineBreak = 'line break';
|
||||
lisAutomaticallyOnSpace = 'space';
|
||||
lisAutomaticallyOnWordEnd = 'word end';
|
||||
lisAutomaticallyOnAddSymbol = 'symbol';
|
||||
lisPckOptsThisPackageProvidesTheSameAsTheFollowingPackages = 'This package '
|
||||
+'provides the same as the following packages:';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user