From 91e17b0080f6b53d4d0e1070781b3037f7a0ceaf Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 4 Jul 2015 01:08:59 +0200 Subject: [PATCH] Fix non-escaped quotes in JGitText.properties In most texts we use "cannot" hence instead of escaping the apostroph in "can't" use "cannot". Bug: 471796 Change-Id: Icda5b4db38076789d06498428909306aef3cb68b Signed-off-by: Matthias Sohn --- .../eclipse/jgit/internal/JGitText.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 1689e770e..bc8b8bfc0 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -59,23 +59,23 @@ cannotCreateIndexfile=Cannot create an index file with name {0} cannotCreateTempDir=Cannot create a temp dir cannotDeleteCheckedOutBranch=Branch {0} is checked out and can not be deleted cannotDeleteFile=Cannot delete file: {0} -cannotDeleteObjectsPath="Can't delete {0}/{1}: {2} +cannotDeleteObjectsPath=Cannot delete {0}/{1}: {2} cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0} cannotDeleteStaleTrackingRef2=Cannot delete stale tracking ref {0}: {1} cannotDetermineProxyFor=Cannot determine proxy for {0} cannotDownload=Cannot download {0} -cannotEnterObjectsPath=Can't enter {0}/objects: {1} -cannotEnterPathFromParent=Can't enter {0} from {1}: {2} +cannotEnterObjectsPath=Cannot enter {0}/objects: {1} +cannotEnterPathFromParent=Cannot enter {0} from {1}: {2} cannotExecute=cannot execute: {0} cannotGet=Cannot get {0} -cannotGetObjectsPath=Can't get {0}/{1}: {2} -cannotListObjectsPath=Can't ls {0}/{1}: {2} -cannotListPackPath=Can't ls {0}/pack: {1} +cannotGetObjectsPath=Cannot get {0}/{1}: {2} +cannotListObjectsPath=Cannot ls {0}/{1}: {2} +cannotListPackPath=Cannot ls {0}/pack: {1} cannotListRefs=cannot list refs cannotLock=Cannot lock {0} cannotLockPackIn=Cannot lock pack in {0} cannotMatchOnEmptyString=Cannot match on empty string. -cannotMkdirObjectPath=Can't mkdir {0}/{1}: {2} +cannotMkdirObjectPath=Cannot mkdir {0}/{1}: {2} cannotMoveIndexTo=Cannot move index to {0} cannotMovePackTo=Cannot move pack to {0} cannotOpenService=cannot open {0} @@ -97,7 +97,7 @@ cannotStoreObjects=cannot store objects cannotResolveUniquelyAbbrevObjectId=Could not resolve uniquely the abbreviated object ID cannotUnloadAModifiedTree=Cannot unload a modified tree. cannotWorkWithOtherStagesThanZeroRightNow=Cannot work with other stages than zero right now. Won't write corrupt index. -cannotWriteObjectsPath="Can't write {0}/{1}: {2} +cannotWriteObjectsPath=Cannot write {0}/{1}: {2} canOnlyCherryPickCommitsWithOneParent=Cannot cherry-pick commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported. canOnlyRevertCommitsWithOneParent=Cannot revert commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported commitDoesNotHaveGivenParent=The commit ''{0}'' does not have a parent number {1}.