Browse Source

Clarify comments in message properties files (and fix grammar)

Bug: 438261
Change-Id: I7b98475886ef789ae7635d8c9e008fc1aa00d534
Signed-off-by: Robin Stocker <robin@nibor.org>
tags/v3.5.0.201409071800-rc1
Robin Stocker 10 years ago
parent
commit
26e0c533d0

+ 2
- 2
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties View File

@@ -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

+ 1
- 1
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties View File

@@ -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}

Loading…
Cancel
Save