Community
Participate
Working Groups
1.2. Variables inside strings should be in single quotes. Bug 363357 covers one case: replace double quotes with single quotes. There are several other mistakes in properties files: - some variables have no quotes at all - some variables use ' which is not OK because single quotes need to be escaped by '. This is also true for all other single quotes on the same line. ==> use ''{0}'' at all places and '' for single quotes on lines with variables
Note that there might be rare situations where no quotes are needed but those are rare.
>==> use ''{0}'' at all places and '' for single quotes on lines with variables Just to clarify: this is mostly when you refer to resource or other named entities. If it's e.g. a number or something else then no quotes are needed.
Pushed http://egit.eclipse.org/r/4635 which fixes the missing escapes on single quotes.
Was merged (a long time ago): http://git.eclipse.org/c/egit/egit.git/commit/?id=bbdb70d347cf85bc92a26ea37d4619788af6bfcb