diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-27 15:05:09 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2018-08-27 15:05:09 -0400 |
commit | cf60f26d26db2dc4f2d46264d5417e51c4e05c91 (patch) | |
tree | 786bd1f875b623c59e2b29979a10513b905567e2 /org.eclipse.jgit/resources/org/eclipse/jgit | |
parent | 074168f2de074560de3e03d05603048798453d1a (diff) | |
parent | 5e68fe245fb97f38620ea683dbeab724bf86da4c (diff) | |
download | jgit-cf60f26d26db2dc4f2d46264d5417e51c4e05c91.tar.gz jgit-cf60f26d26db2dc4f2d46264d5417e51c4e05c91.zip |
Merge "Externalize warning message in RefDirectory.delete()"
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse/jgit')
-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 |