Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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