diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-03-15 22:29:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-03-21 04:58:50 -0400 |
commit | b12ec8f3776980241c7f7ba1a3e6faa427cf5330 (patch) | |
tree | 53cc84a1321b20c0d306e757d4f2aa4b86b61c67 /org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs | |
parent | 0ae37d4000e7aa67cfdbbf2fdcaf6f0d4ef37b16 (diff) | |
download | jgit-b12ec8f3776980241c7f7ba1a3e6faa427cf5330.tar.gz jgit-b12ec8f3776980241c7f7ba1a3e6faa427cf5330.zip |
LFS: clean up messages
Remove an unused message, and remove unnecessary quotes.
Change-Id: I9da3eeb3db33324fa07bebd434bca3c0a4da27ab
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs')
-rw-r--r-- | org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties index 642b83db44..c4c0dacf42 100644 --- a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties +++ b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties @@ -6,14 +6,13 @@ incorrectLONG_OBJECT_ID_LENGTH=Incorrect LONG_OBJECT_ID_LENGTH. invalidLongId=Invalid id: {0} invalidLongIdLength=Invalid id length {0}; should be {1} lfsFailedToGetRepository=failed to get repository {0} -lfsNoDownloadUrl="Need to download object from LFS server but couldn't determine LFS server URL" +lfsNoDownloadUrl=Need to download object from LFS server but couldn't determine LFS server URL lfsUnauthorized=Not authorized to perform operation {0} on repository {1} lfsUnavailable=LFS is not available for repository {0} -missingLocalObject="Local Object {0} is missing" +missingLocalObject=Local Object {0} is missing protocolError=LFS Protocol Error {0}: {1} repositoryNotFound=Repository {0} not found repositoryReadOnly=Repository {0} is read-only requiredHashFunctionNotAvailable=Required hash function {0} not available. serverFailure=When trying to open a connection to {0} the server responded with an error code. rc={1} -userConfigInvalid="User config file {0} invalid {1}" wrongAmountOfDataReceived=While downloading data from the content server {0} {1} bytes have been received while {2} have been expected
\ No newline at end of file |