summaryrefslogtreecommitdiff
path: root/platform/platform-resources-en/src/messages/ActionsBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-resources-en/src/messages/ActionsBundle.properties')
-rw-r--r--platform/platform-resources-en/src/messages/ActionsBundle.properties18
1 files changed, 13 insertions, 5 deletions
diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties
index cf3ca0152b2d..1c05af27102c 100644
--- a/platform/platform-resources-en/src/messages/ActionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties
@@ -110,7 +110,7 @@ action.EditorMoveDownAndScrollWithSelection.text=Move Down and Scroll with Selec
action.EditorAddOrRemoveCaret.text=Add or Remove Caret
action.EditorCloneCaretBelow.text=Clone Caret Below
action.EditorCloneCaretAbove.text=Clone Caret Above
-action.SelectNextOccurrence.text=Select Next Occurrence
+action.SelectNextOccurrence.text=Add Selection for Next Occurrence
action.SelectAllOccurrences.text=Select All Occurrences
action.UnselectPreviousOccurrence.text=Unselect Occurrence
action.EditorToggleStickySelection.text=Toggle Sticky Selection
@@ -329,10 +329,10 @@ action.FindModal.text=_Find...
action.FindModal.description=Find a string in active editor, shows modal dialog
action.Replace.text=_Replace...
action.Replace.description=Replace a string in active editor with another string
-action.FindNext.text=Find _Next
-action.FindNext.description=Repeat the last Find/Replace operation
-action.FindPrevious.text=Find Pre_vious
-action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction
+action.FindNext.text=Find _Next / Move to Next Occurrence
+action.FindNext.description=Repeat the last Find/Replace operation, or moving to next occurrence of selected text
+action.FindPrevious.text=Find Pre_vious / Move to Previous Occurrence
+action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction, or moving to previous occurrence of selected text
action.FindWordAtCaret.text=Find _Word at Caret
action.FindWordAtCaret.description=Find next occurrence of the word at caret
action.IncrementalSearch.text=Incrementa_l Search
@@ -1014,6 +1014,8 @@ action.Vcs.ShowDiffAction.text=Show Changes
action.Vcs.ShowDiffAction.description=Show changes
action.Vcs.RollbackChanges.text=Rollback Changes
action.Vcs.RollbackChanges.description=Rollback changes
+action.RollbackLineStatusChanges.text=Rollback
+action.RollbackLineStatusChanges.description=Rollback selected local changes
action.Vcs.EditSourceAction.text=Edit Source
action.Vcs.EditSourceAction.description=Edit source
action.Vcs.ExcludeAction.text=Exclude from Commit
@@ -1391,3 +1393,9 @@ action.FillParagraph.description=Reformat string literal or comment to fit maxim
action.SaveDocument.text=Save Document
action.SaveDocument.description=Saves only the file opened in the current editor
+
+action.StructuralSearchPlugin.StructuralSearchAction.text=Search S_tructurally...
+action.StructuralSearchPlugin.StructuralSearchAction.description=Structural Search
+action.StructuralSearchPlugin.StructuralReplaceAction.text=Repla_ce Structurally...
+action.StructuralSearchPlugin.StructuralReplaceAction.description=Structural Replace
+