diff options
author | Robin Stocker <robin@nibor.org> | 2014-06-30 20:54:32 +1000 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2014-06-30 20:54:32 +1000 |
commit | 26e0c533d0d5fd5510683beff1d8f45af6ef7dc5 (patch) | |
tree | 80037e098fae4577e225bb0c7f35c930727b767f /org.eclipse.jgit.pgm/resources | |
parent | 10aee9b1b70a857548adbd37592fb0c7ece024bb (diff) | |
download | jgit-26e0c533d0d5fd5510683beff1d8f45af6ef7dc5.tar.gz jgit-26e0c533d0d5fd5510683beff1d8f45af6ef7dc5.zip |
Clarify comments in message properties files (and fix grammar)
Bug: 438261
Change-Id: I7b98475886ef789ae7635d8c9e008fc1aa00d534
Signed-off-by: Robin Stocker <robin@nibor.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |