From e7c75bedb67e3f4cf84f63fe0ae6755bc042c8e7 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Fri, 4 Nov 2016 12:05:04 +0100 Subject: [PATCH] Use "Revision Information" label in preferences and update job In Bug 501823, we changed the ruler text from "Show Annotations" to "Show Revision Information". We also need to update the preferences, otherwise ours users will not find the corresponding setting. Change-Id: I61788da0be87cb5d1185c18376e7cbc93aa5cb08 Signed-off-by: Lars Vogel --- .../src/org/eclipse/egit/ui/internal/uitext.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties index 1616e8cf2..9abe55e6b 100644 --- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties +++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties @@ -84,8 +84,8 @@ SelectResetTypePage_tooltipResettingTo=The ref being reset to SharingWizard_windowTitle=Configure Git Repository SharingWizard_failed=Failed to initialize Git team provider. SharingWizard_MoveProjectActionLabel=Move Project -ShowBlameHandler_errorMessage=Showing annotations failed -ShowBlameHandler_JobName=Computing Blame Annotations +ShowBlameHandler_errorMessage=Showing revision information failed +ShowBlameHandler_JobName=Computing Revision Information GenerateHistoryJob_errorComputingHistory=Cannot compute Git history. GenerateHistoryJob_taskFoundMultipleCommits=Found {0} commits @@ -227,7 +227,7 @@ GitHistoryPage_pushCommit=&Push Commit... GitHistoryPage_ShowSubMenuLabel=&Show GitHistoryPage_toggleEmailAddresses=&E-mail Addresses GitPreferenceRoot_automaticallyEnableChangesetModel=Automatically enable commit &grouping in Git synchronizations -GitPreferenceRoot_BlameGroupHeader=Blame Annotations +GitPreferenceRoot_BlameGroupHeader=Revision Information GitPreferenceRoot_BlameIgnoreWhitespaceLabel=Ignore whitespace changes GitPreferenceRoot_fetchBeforeSynchronization=Always launch fetch before synchronization GitPreferenceRoot_CloningRepoGroupHeader=Cloning repositories -- 2.11.4.GIT