﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9495	[PATCH] Format translated plugin description taken from manifest	holgermappt	team	"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"	defect	closed	minor	14.01	Core	latest	fixed	PluginInformation,manifest,MessageFormat	
