Browse Source

Merge "Clarify comments in message properties files (and fix grammar)"

stable-3.5
Matthias Sohn 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
6b0503c0c2
  1. 4
      org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
  2. 2
      org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties

4
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

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

Loading…
Cancel
Save