Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties')
-rw-r--r--org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
index 8101d4482a..a00fbaa470 100644
--- a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
+++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties
@@ -108,12 +108,14 @@ TagOperation_performingTagging=Making tag {0}
TagOperation_taggingFailure=Tag {0} creation failed (cause: {1})
TagOperation_objectIdNotFound=Could not find object Id associated with tag {0} (cause: {1})
-GitResourceVariantTree_couldNotFindBlob=Could not find blob member for {0}
-GitResourceVariantTree_fetchingMembers=Fetching members of {0}
+GitFolderResourceVariant_fetchingMembers=Fetching members of {0}
+
+GitResourceVariantTree_couldNotFindResourceVariant=Could not find variant for resource: {0}
+GitResourceVariantTree_couldNotFetchMembers=Could not fetch members of {0}
GitResourceVariantTree_fetchingVariant=Fetching variant for: {0}
-GitResourceVariantTree_unableToReadRepository="Unable to read repository for {0}
+GitResourceVariantTree_couldNotFetchMembersOf=Could not fetch members of {0}
GitBranchResourceVariantTreeSubscriber_gitRepository=Git without local changes
OperationAlreadyExecuted=Operation has already been executed and can not be executed again
OperationNotYetExecuted=Operation has not yet been executed and can not return a result
-RemoteRefUpdateCantBeReused=The RemoteRefUpdate instance can not be re-used \ No newline at end of file
+RemoteRefUpdateCantBeReused=The RemoteRefUpdate instance can not be re-used

Back to the top