[PATCH] Format translated plugin description taken from manifest
Hi,
All JOSM strings are made for java.text.MessageFormat. The single quote ' is an escape character, a literal single quote is written as ''
. That means all strings must be sent through MessageFormat to get the actual string. The plugin manifest Plugin-Description is formatted by tr(), which calls MessageFormat.format(). But translated descriptions, lang_Plugin-Description, are taken as-is, resulting in extra quotes. The patch sends the translated plugin descriptions through MessageFormat to get the right string.
Regards,
Holger
Change History
(3)
Resolution: |
→ fixed
|
Status: |
new → closed
|
In 6571/josm: