From: Robin Stocker Date: Mon, 30 Jun 2014 10:54:32 +0000 (+1000) Subject: Clarify comments in message properties files (and fix grammar) X-Git-Tag: v3.5.0.201409071800-rc1~86^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=26e0c533d0d5fd5510683beff1d8f45af6ef7dc5;p=jgit.git Clarify comments in message properties files (and fix grammar) Bug: 438261 Change-Id: I7b98475886ef789ae7635d8c9e008fc1aa00d534 Signed-off-by: Robin Stocker --- diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index b5a93fca1b..2650b8cea5 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -1,6 +1,6 @@ # -# These text are in general processed using java.text.MessageFormat. -# exceptions are the usage_* and meta_-messages which are processed through +# Messages with format elements ({0}) are processed using java.text.MessageFormat. +# Exceptions are the usage_* and meta_-messages which are processed through # annotations in Args4j. # # default meta variable defined in the org.kohsuke.args4j.spi.StringOptionHandler diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index d3046f904c..fe431319ff 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -1,5 +1,5 @@ # -# These text are processed using java.text.MessageFormat. +# Messages with format elements ({0}) are processed using java.text.MessageFormat. # abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative. abortingRebase=Aborting rebase: resetting to {0}