|
@@ -528,6 +528,7 @@ resourcestring sClipboard='Clipboard';
|
|
sWordWrapNotPossible='Wordwrap on: Wordwrap not possible in current margins with continuous line.';
|
|
sWordWrapNotPossible='Wordwrap on: Wordwrap not possible in current margins with continuous line.';
|
|
sWordWrapOff='You must turn on wordwrap before you can reformat.';
|
|
sWordWrapOff='You must turn on wordwrap before you can reformat.';
|
|
sSaveFileAs='Save file as';
|
|
sSaveFileAs='Save file as';
|
|
|
|
+ sReplace='Replace';
|
|
|
|
|
|
slCaseSensitive='~C~ase sensitive';
|
|
slCaseSensitive='~C~ase sensitive';
|
|
slCurrentLine='~C~urrent line';
|
|
slCurrentLine='~C~urrent line';
|
|
@@ -535,7 +536,6 @@ resourcestring sClipboard='Clipboard';
|
|
slLineNumber='~L~ine number';
|
|
slLineNumber='~L~ine number';
|
|
slNewText='~N~ew text';
|
|
slNewText='~N~ew text';
|
|
slPromptOnReplace='~P~rompt on replace';
|
|
slPromptOnReplace='~P~rompt on replace';
|
|
- slReplace='~R~eplace';
|
|
|
|
slReplaceAll='~R~eplace all';
|
|
slReplaceAll='~R~eplace all';
|
|
slTextToFind='~T~ext to find';
|
|
slTextToFind='~T~ext to find';
|
|
slWholeWordsOnly='~W~hole words only';
|
|
slWholeWordsOnly='~W~hole words only';
|
|
@@ -752,7 +752,7 @@ var
|
|
R: TRect;
|
|
R: TRect;
|
|
begin
|
|
begin
|
|
R.Assign(0, 0, 40, 16);
|
|
R.Assign(0, 0, 40, 16);
|
|
- D := New(PDialog, Init(R,slReplace));
|
|
|
|
|
|
+ D := New(PDialog, Init(R,sReplace));
|
|
with D^ do
|
|
with D^ do
|
|
begin
|
|
begin
|
|
Options := Options or ofCentered;
|
|
Options := Options or ofCentered;
|