From 1cad78c00514a9968cf51512c99b28bba380d7bf Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 19 Apr 2009 12:03:12 +0200 Subject: [PATCH] Use the same tooltip for the track toolbar button as for the team menu Signed-off-by: Robin Rosenberg Signed-off-by: Shawn O. Pearce --- org.spearce.egit.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.spearce.egit.ui/plugin.xml b/org.spearce.egit.ui/plugin.xml index 652da757..a94c8bc2 100644 --- a/org.spearce.egit.ui/plugin.xml +++ b/org.spearce.egit.ui/plugin.xml @@ -384,7 +384,7 @@ style="push" menubarPath="org.spearce.egit.ui.gitmenu/repositoryGroup" toolbarPath="Normal/additions" - tooltip="Start tracking the selected resources"> + tooltip="%TrackAction_tooltip"> -- 2.11.4.GIT