diff options
author | Michael Valenta | 2006-11-15 16:17:49 +0000 |
---|---|---|
committer | Michael Valenta | 2006-11-15 16:17:49 +0000 |
commit | 03e2616c2af8531424f097f4b06293c0790ab9b2 (patch) | |
tree | 25c4ef7fe5c92dff7bd6452c550e710042c759ec /bundles/org.eclipse.team.ui/plugin.properties | |
parent | 20b15eaac92a99b9622849c3117cc310c208c5d9 (diff) | |
download | eclipse.platform.team-03e2616c2af8531424f097f4b06293c0790ab9b2.tar.gz eclipse.platform.team-03e2616c2af8531424f097f4b06293c0790ab9b2.tar.xz eclipse.platform.team-03e2616c2af8531424f097f4b06293c0790ab9b2.zip |
Bug 163577 Missing tootip for apply patch
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.properties')
-rw-r--r-- | bundles/org.eclipse.team.ui/plugin.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties index 5c041d3ba..7ad891b65 100644 --- a/bundles/org.eclipse.team.ui/plugin.properties +++ b/bundles/org.eclipse.team.ui/plugin.properties @@ -27,7 +27,7 @@ ConfigureProject.label=&Share Project... ConfigureProject.tooltip=Share the project with others using a version and configuration management system. ApplyPatch.label=Appl&y Patch... -ApplyPatch.tootip=Apply a patch to one or more workspace projects. +ApplyPatch.tooltip=Apply a patch to one or more workspace projects. Command.applyPatch.name=Apply Patch... Command.applyPatch.description=Apply a patch to one or more workspace projects. |