diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-06-28 11:25:53 +0200 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2014-06-29 15:55:53 +1000 |
commit | 844739baa1d1349b3fae1444bd094f9574901d15 (patch) | |
tree | 59120fafb634663a62cecf49c94fbf16703392b7 /org.eclipse.jgit/resources | |
parent | 5054f36d4b5b437860af0d1f6cff5defdd323d32 (diff) | |
download | jgit-844739baa1d1349b3fae1444bd094f9574901d15.tar.gz jgit-844739baa1d1349b3fae1444bd094f9574901d15.zip |
Add a comment to the message properties files on how they are processed
Change-Id: I073f0c2c0729e6a5d3f1834203f0cfeb4c462eda
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 94f9f735ea..d3046f904c 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -1,3 +1,6 @@ +# +# These text are processed using java.text.MessageFormat. +# abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative. abortingRebase=Aborting rebase: resetting to {0} abortingRebaseFailed=Could not abort rebase |