summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
diff options
context:
space:
mode:
authorRobin Rosenberg <robin.rosenberg@dewire.com>2014-06-28 10:24:15 +0200
committerRobin Stocker <robin@nibor.org>2014-06-29 15:55:53 +1000
commit350ba91585fd3937816f861a954a8cdc8dd70aa6 (patch)
tree605ede37c2c3177b83a5dc3c39df03ba324d4ebf /org.eclipse.jgit.pgm
parent64dde09b8524a92230bacd93b2bb86e4ceab741f (diff)
downloadjgit-350ba91585fd3937816f861a954a8cdc8dd70aa6.tar.gz
jgit-350ba91585fd3937816f861a954a8cdc8dd70aa6.zip
Fix formatting errors in error messages
{} is plain wrong and is not accepted by MessageFormat, the other risk becoming wrong if another single quote is introduced in the future and sets a bad example. Bug: 438261 Change-Id: I2948ca90c10f6ec2574f7f2b9be0a72821ea4daf
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r--org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties4
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 7d5b87fdd9..88919e0ee2 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
@@ -32,8 +32,8 @@ cannotRenameDetachedHEAD=Cannot rename detached HEAD
cannotResolve=Cannot resolve {0}
cannotSetupConsole=Cannot setup console
cannotUseObjectsWithGlog=Cannot use --objects with glog
-cantFindGitDirectory=error: can't find git directory
-cantWrite=Can't write {0}
+cantFindGitDirectory=error: can''t find git directory
+cantWrite=Can''t write {0}
changesNotStagedForCommit=Changes not staged for commit:
changesToBeCommitted=Changes to be committed:
checkoutConflict=error: Your local changes to the following files would be overwritten by checkout: