Fix a typo error in english.xml
This commit is contained in:
parent
2b345c8f39
commit
f637901db5
@ -1272,7 +1272,7 @@ Find in all files except exe, obj && log:
|
|||||||
<find-result-title value="Search"/>
|
<find-result-title value="Search"/>
|
||||||
<find-result-title-info value="($INT_REPLACE1$ hits in $INT_REPLACE2$ files of $INT_REPLACE3$ searched)"/>
|
<find-result-title-info value="($INT_REPLACE1$ hits in $INT_REPLACE2$ files of $INT_REPLACE3$ searched)"/>
|
||||||
<find-result-title-info-extra value=" - Line Filter Mode: only display the filtered results"/>
|
<find-result-title-info-extra value=" - Line Filter Mode: only display the filtered results"/>
|
||||||
<find-result-hits value="($INT_REPLACE1$ hits)"/>
|
<find-result-hits value="($INT_REPLACE$ hits)"/>
|
||||||
</MiscStrings>
|
</MiscStrings>
|
||||||
</Native-Langue>
|
</Native-Langue>
|
||||||
</NotepadPlus>
|
</NotepadPlus>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<NotepadPlus>
|
<NotepadPlus>
|
||||||
<Native-Langue name="English" filename="english_customizable.xml" version="7.8.3">
|
<Native-Langue name="English" filename="english_customizable.xml" version="7.8.7">
|
||||||
<Menu>
|
<Menu>
|
||||||
<Main>
|
<Main>
|
||||||
<!-- Main Menu Entries -->
|
<!-- Main Menu Entries -->
|
||||||
@ -745,13 +745,12 @@
|
|||||||
<Item id="6206" name="Display line number"/>
|
<Item id="6206" name="Display line number"/>
|
||||||
<Item id="6207" name="Display bookmark"/>
|
<Item id="6207" name="Display bookmark"/>
|
||||||
<Item id="6208" name="Show vertical edge"/>
|
<Item id="6208" name="Show vertical edge"/>
|
||||||
<Item id="6209" name="Number of columns :"/>
|
|
||||||
<Item id="6234" name="Disable advanced scrolling feature
|
<Item id="6234" name="Disable advanced scrolling feature
|
||||||
(if you have touchpad problem)"/>
|
(if you have touchpad problem)"/>
|
||||||
|
|
||||||
<Item id="6211" name="Vertical Edge Settings"/>
|
<Item id="6211" name="Vertical Edge Settings"/>
|
||||||
<Item id="6212" name="Line mode"/>
|
|
||||||
<Item id="6213" name="Background mode"/>
|
<Item id="6213" name="Background mode"/>
|
||||||
|
<Item id="6237" name="Add your column marker by indicating its position with a decimal number.
|
||||||
|
You can define several column markers by using white space to separate the different numbers."/>
|
||||||
<Item id="6214" name="Enable current line highlighting"/>
|
<Item id="6214" name="Enable current line highlighting"/>
|
||||||
<Item id="6215" name="Enable smooth font"/>
|
<Item id="6215" name="Enable smooth font"/>
|
||||||
<Item id="6231" name="Border Width"/>
|
<Item id="6231" name="Border Width"/>
|
||||||
@ -1113,6 +1112,7 @@ Continue?"/>
|
|||||||
<ColumnName name="Name"/>
|
<ColumnName name="Name"/>
|
||||||
<ColumnPath name="Path"/>
|
<ColumnPath name="Path"/>
|
||||||
<ColumnType name="Type"/>
|
<ColumnType name="Type"/>
|
||||||
|
<ColumnSize name="Size"/>
|
||||||
</WindowsDlg>
|
</WindowsDlg>
|
||||||
<AsciiInsertion>
|
<AsciiInsertion>
|
||||||
<PanelTitle name="ASCII Codes Insertion Panel"/>
|
<PanelTitle name="ASCII Codes Insertion Panel"/>
|
||||||
@ -1265,6 +1265,15 @@ Find in all files except exe, obj && log:
|
|||||||
<summary-nbsel1 value=" selected characters ("/>
|
<summary-nbsel1 value=" selected characters ("/>
|
||||||
<summary-nbsel2 value=" bytes) in "/>
|
<summary-nbsel2 value=" bytes) in "/>
|
||||||
<summary-nbrange value=" ranges"/>
|
<summary-nbrange value=" ranges"/>
|
||||||
|
<replace-in-files-confirm-title value="Are you sure?"/>
|
||||||
|
<replace-in-files-confirm-directory value="Are you sure you want to replace all occurrences in :"/>
|
||||||
|
<replace-in-files-confirm-filetype value="For file type :"/>
|
||||||
|
<find-result-caption value="Find result"/>
|
||||||
|
<find-result-title value="Search"/>
|
||||||
|
<find-result-title-info value="($INT_REPLACE1$ hits in $INT_REPLACE2$ files of $INT_REPLACE3$ searched)"/>
|
||||||
|
<find-result-title-info-extra value=" - Line Filter Mode: only display the filtered results"/>
|
||||||
|
<find-result-hits value="($INT_REPLACE$ hits)"/>
|
||||||
</MiscStrings>
|
</MiscStrings>
|
||||||
</Native-Langue>
|
</Native-Langue>
|
||||||
</NotepadPlus>
|
</NotepadPlus>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user