﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3565	[PATCH] Typo and string unification for exceptions	Claudius	stoecker	"Please find attached a larger patch with unifications for exception strings. Mainly it's uppercasing the first character. I understand that you might not want to apply the full patch as it would result in large parts of translations being redone.

If you don't apply the full patch please fix the typo in
src/org/openstreetmap/josm/io/OsmChangesetParser.java

-                throwException(tr(""illegal nummeric value for attribute ''{0}''. Got ''{1}''"", ""id"", id));
+                throwException(tr(""Illegal numeric value for attribute ''{0}''. Got ''{1}''"", ""id"", id));"	defect	closed	minor		Core		fixed		
