diff options
author | Jean Michel-Lemieux | 2003-07-09 20:21:13 +0000 |
---|---|---|
committer | Jean Michel-Lemieux | 2003-07-09 20:21:13 +0000 |
commit | cc7226db1d36da5715e786630ca1998e825a23fb (patch) | |
tree | 347b217d2cc5e55cef026b0e0ae3770f235bb771 /bundles/org.eclipse.team.ui/plugin.properties | |
parent | 8c25b991f4be2becd767bb3b69488cf0e3313fca (diff) | |
download | eclipse.platform.team-cc7226db1d36da5715e786630ca1998e825a23fb.tar.gz eclipse.platform.team-cc7226db1d36da5715e786630ca1998e825a23fb.tar.xz eclipse.platform.team-cc7226db1d36da5715e786630ca1998e825a23fb.zip |
support for ctrl. and ctrl, in sync view
fixed select all enablement bug
Diffstat (limited to 'bundles/org.eclipse.team.ui/plugin.properties')
-rw-r--r-- | bundles/org.eclipse.team.ui/plugin.properties | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.properties b/bundles/org.eclipse.team.ui/plugin.properties index 3b7b65aa9..d95418876 100644 --- a/bundles/org.eclipse.team.ui/plugin.properties +++ b/bundles/org.eclipse.team.ui/plugin.properties @@ -52,7 +52,12 @@ SiteExplorerGetAsProject.tooltip=Download the selected remote folder and create SiteExplorerDiscardSite.label=D&iscard Site SiteExplorerDiscardSite.tooltip=Discard the site -TeamActionSet.categoryName=Team -TeamActionSet.description=Actions that apply when working with a Team -TeamActionSet.syncLabel=Synchronize -TeamActionSet.syncTooltip=Synchronize
\ No newline at end of file +Command.category.name=Team +Command.category.description=Actions that apply when working with a Team +Command.syncAll.name=Synchronize +Command.syncAll.description=Synchronize + +Command.selectNextChange.name=Select Next Change +Command.selectNextChange.description=Select Next Change +Command.selectPreviousChange.name=Select Previous Change +Command.selectPreviousChange.description=Select Previous Change
\ No newline at end of file |