mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: typo in German strings
This commit is contained in:
parent
59956eeb05
commit
e7cbde37bb
@ -1 +1 @@
|
||||
1715
|
||||
1716
|
||||
|
||||
@ -290,7 +290,7 @@ Ein backslash (\\) definiert RegEx Dateinamen-Muster:\r\n\
|
||||
Stil-Format:\r\n\
|
||||
font:Name; size:[+/-]nn.mm; bold; italic; underline;\r\n\
|
||||
fore:#ffffff; back:#bbbbbb; eolfilled; indic_gradient\r\n\r\n\
|
||||
Formate kopieren: 'Copy && Paste' oder 'Drag && Drop'\
|
||||
Formate kopieren: 'Copy & Paste' oder 'Drag & Drop'\
|
||||
"
|
||||
|
||||
END
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.520.1715"
|
||||
version="5.19.520.1716"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 520
|
||||
#define VERSION_BUILD 1715
|
||||
#define VERSION_BUILD 1716
|
||||
#define SCINTILLA_VER 415+
|
||||
#define ONIGMO_REGEX_VER 6.2.0
|
||||
#define VERSION_PATCH RC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user