diff options
author | Shawn Pearce <spearce@spearce.org> | 2014-04-03 10:11:30 -0700 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2014-04-03 10:13:30 -0700 |
commit | 8254c76025b88655093c9c7552312fabc43c1f46 (patch) | |
tree | 54decfa1916758006374401a10830322b680ced6 /org.eclipse.jgit/resources | |
parent | e56d50a94bfe60663bd589da61e07b9461f2c5f7 (diff) | |
download | jgit-8254c76025b88655093c9c7552312fabc43c1f46.tar.gz jgit-8254c76025b88655093c9c7552312fabc43c1f46.zip |
Add missing space to invalid object error messages
"Invalid tree aa6f10291050a00de83b4630783030b9e3b969ec:duplicate entry names"
is hard to read. A space after the object name and before the message
makes the message more readable.
Change-Id: I96406100dbef8e4bc8fe2047d102681194dc8847
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 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 57c08f3691..3bc682be71 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -266,7 +266,7 @@ invalidKey=Invalid key: {0} invalidLineInConfigFile=Invalid line in config file invalidModeFor=Invalid mode {0} for {1} {2} in {3}. invalidModeForPath=Invalid mode {0} for path {1} -invalidObject=Invalid {0} {1}:{2} +invalidObject=Invalid {0} {1}: {2} invalidOldIdSent=invalid old id sent invalidPacketLineHeader=Invalid packet line header: {0} invalidPath=Invalid path: {0} |