Update english.xml

Fix #10356, close #10981
This commit is contained in:
rddim 2022-01-02 16:55:30 +02:00 committed by Don Ho
parent 23b2a3fa8e
commit d9ef4be579

View File

@ -3,7 +3,7 @@
The comments are here for explanation, it's not necessary to translate them.
-->
<NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="8.1.9.3">
<Native-Langue name="English" filename="english.xml" version="8.2">
<Menu>
<Main>
<!-- Main Menu Entries -->
@ -880,6 +880,7 @@ The comments are here for explanation, it's not necessary to translate them.
<Item id="7122" name="Darker text"/>
<Item id="7123" name="Disabled text"/>
<Item id="7124" name="Edge"/>
<Item id="7125" name="Link"/>
<Item id="7130" name="Reset"/>
</DarkMode>
@ -1393,7 +1394,13 @@ Continue?"/>
*.cpp *.cxx *.h *.hxx *.hpp
Find in all files except exe, obj &amp;&amp; log:
*.* !*.exe !*.obj !*.log"/> <!-- HowToReproduce: Tip of mouse hovered on "Filters" label in "Find in Files" section of Find dialog. -->
*.* !*.exe !*.obj !*.log
Find in all files but exclude folders tests, bin &amp;&amp; bin64:
*.* !\tests !\bin*
Find in all files but exclude all folders log or logs recursively:
*.* !+\log*"/> <!-- HowToReproduce: Tip of mouse hovered on "Filters" label in "Find in Files" section of Find dialog. -->
<find-status-top-reached value="Find: Found the 1st occurrence from the bottom. The beginning of the document has been reached."/>
<find-status-end-reached value="Find: Found the 1st occurrence from the top. The end of the document has been reached."/>
<find-status-replaceinfiles-1-replaced value="Replace in Files: 1 occurrence was replaced"/>