Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-10-26 13:38:39 +0000
committerMichael Valenta2006-10-26 13:38:39 +0000
commit11a5ccdf45223eae40f83dbbb9cbec56faeba4a5 (patch)
treecef245074b4ee0421c3166524860a8324d779747 /bundles/org.eclipse.team.ui/plugin.properties
parentc2c49ae019e9b53f5878ef02e6d6227f6c169240 (diff)
downloadeclipse.platform.team-11a5ccdf45223eae40f83dbbb9cbec56faeba4a5.tar.gz
eclipse.platform.team-11a5ccdf45223eae40f83dbbb9cbec56faeba4a5.tar.xz
eclipse.platform.team-11a5ccdf45223eae40f83dbbb9cbec56faeba4a5.zip
Bug 101252 [Actions] Key binding for Apply patch is missing
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.properties')
-rw-r--r--bundles/org.eclipse.team.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties
index 5edff3e26..5c041d3ba 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -26,6 +26,11 @@ IgnorePreferencePage.name=Ignored Resources
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.
+Command.applyPatch.name=Apply Patch...
+Command.applyPatch.description=Apply a patch to one or more workspace projects.
+
ImportProjectSet.label=Import Project &Set...
TeamGroupMenu.label=T&eam

Back to the top