Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-09-11 17:45:31 +0000
committerJean Michel-Lemieux2003-09-11 17:45:31 +0000
commit0907bc683857217fc7f769e55b78e88df60fecea (patch)
tree025231b9227e16914008832c431d36c52d57f56a /bundles/org.eclipse.team.ui/plugin.properties
parent7c8ac9f2d31cd66757d4c7a171fa3128ceb5ca39 (diff)
downloadeclipse.platform.team-0907bc683857217fc7f769e55b78e88df60fecea.tar.gz
eclipse.platform.team-0907bc683857217fc7f769e55b78e88df60fecea.tar.xz
eclipse.platform.team-0907bc683857217fc7f769e55b78e88df60fecea.zip
Fixes to show next/previous navigation buttons
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 54a492aa8..b88f2545c 100644
--- a/bundles/org.eclipse.team.ui/plugin.properties
+++ b/bundles/org.eclipse.team.ui/plugin.properties
@@ -68,3 +68,8 @@ Command.bothFilter.name=Select Incoming/Outgoing Mode
Command.bothFilter.description=Select Incoming/Outgoing Mode in the Synchronize view
Command.toggleView.name=Toggle Synchronize View Layout
Command.toggleView.description=Toggle the Synchronize view's layout
+
+Command.selectNextChange.description=Move to the next change
+Command.selectNextChange.name=Next Change
+Command.selectPreviousChange.description=Move to the previous change
+Command.selectPreviousChange.name=Previous Change

Back to the top