diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-23 11:44:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-27 10:52:20 +0200 |
commit | 5e68fe245fb97f38620ea683dbeab724bf86da4c (patch) | |
tree | ec8201231286111aa38fb28c8958d7cf5bba2af4 /org.eclipse.jgit/resources/org/eclipse | |
parent | e5b72a4d36284230c69363d89bd9d9db0bfbd82f (diff) | |
download | jgit-5e68fe245fb97f38620ea683dbeab724bf86da4c.tar.gz jgit-5e68fe245fb97f38620ea683dbeab724bf86da4c.zip |
Externalize warning message in RefDirectory.delete()
Change-Id: Icec16c01853a3f5ea016d454b3d48624498efcce
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 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 2150d5ce3e..abe5161df1 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -705,6 +705,7 @@ truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing tSizeMustBeGreaterOrEqual1=tSize must be >= 1 unableToCheckConnectivity=Unable to check connectivity. unableToCreateNewObject=Unable to create new object: {0} +unableToRemovePath=Unable to remove path ''{0}'' unableToStore=Unable to store {0}. unableToWrite=Unable to write {0} unauthorized=Unauthorized |