redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
567 stars 74 forks source link

Mismatched number of embeds in message #888

Open marron9999 opened 3 years ago

marron9999 commented 3 years ago

In HeaderLengthValidator.java addLocalizedError(section.getJoinedHeaderContents(), getInt("max_len"));

In error-messages.properties HeaderLengthValidator=The length of header ({0}) exceeds the maximum of {1}.

Therefore, "{1}" is displayed in the message.