mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted wording of action descriptions.
This commit is contained in:
parent
4d9d9393f4
commit
7a0eccb09f
1 changed files with 18 additions and 18 deletions
|
@ -14,13 +14,13 @@
|
|||
# Tomasz Wesolowski
|
||||
###############################################################################
|
||||
|
||||
AddIncludeOnSelection.label=A&dd Include
|
||||
AddIncludeOnSelection.description=Add include statement for selected name
|
||||
AddIncludeOnSelection.label=Add Include
|
||||
AddIncludeOnSelection.tooltip=Add Include Statement for Selected Name
|
||||
AddIncludeOnSelection.tooltip=Adds an include statement for selected name
|
||||
|
||||
SortLines.description=Sort selected lines alphabetically
|
||||
SortLines.label=Sort Lines
|
||||
SortLines.tooltip=Sort Selected Lines Alphabetically
|
||||
SortLines.description=Sorts selected lines alphabetically
|
||||
|
||||
OpenOutline.label= Quick Out&line
|
||||
OpenOutline.tooltip= Shows the Quick Outline of Editor Input
|
||||
|
@ -47,11 +47,11 @@ ContentAssistProposal.description=Content Assist
|
|||
|
||||
ContentAssistContextInformation.label=Parameter &Hints
|
||||
ContentAssistContextInformation.tooltip=Show Parameter Hints
|
||||
ContentAssistContextInformation.description=Show Method Parameter Hints
|
||||
ContentAssistContextInformation.description=Shows method parameter hints
|
||||
|
||||
ToggleComment.label=Togg&le Comment
|
||||
ToggleComment.tooltip=Toggle Comment For the Selected Lines
|
||||
ToggleComment.description=Toggle Comment for the selected lines
|
||||
ToggleComment.description=Toggles comment for the selected lines
|
||||
|
||||
AddBlockComment.label=Add &Block Comment
|
||||
AddBlockComment.tooltip=Enclose the Selection in a Block Comment
|
||||
|
@ -63,7 +63,7 @@ RemoveBlockComment.description=Removes any block comment markers enclosing the c
|
|||
|
||||
Format.label=F&ormat
|
||||
Format.tooltip=Format the Selected Text
|
||||
Format.description=Format the selected text
|
||||
Format.description=Formats the selected text
|
||||
|
||||
ShiftRight.label=Sh&ift Right
|
||||
ShiftRight.tooltip=Shift Right
|
||||
|
@ -71,7 +71,7 @@ ShiftRight.description=Shift the selected text to the right
|
|||
|
||||
ShiftLeft.label=S&hift Left
|
||||
ShiftLeft.tooltip=Shift Left
|
||||
ShiftLeft.description=Shift the selected text to the left
|
||||
ShiftLeft.description=Shifts the selected text to the left
|
||||
|
||||
NextAnnotation.label= Ne&xt Annotation
|
||||
NextAnnotation.tooltip= Next Annotation
|
||||
|
@ -87,23 +87,23 @@ Indent.description=&Indents the current line or selection depending on surroundi
|
|||
|
||||
GotoNextMember.label= N&ext Member
|
||||
GotoNextMember.tooltip=Move the Caret to the Next Member of the Translation Unit
|
||||
GotoNextMember.description=Move the caret to the next member of the translation unit
|
||||
GotoNextMember.description=Moves the caret to the next member of the translation unit
|
||||
|
||||
GotoPreviousMember.label= Previ&ous Member
|
||||
GotoPreviousMember.tooltip=Move the Caret to the Previous Member of the Translation Unit
|
||||
GotoPreviousMember.description=Move the caret to the previous member of the translation unit
|
||||
GotoPreviousMember.description=Moves the caret to the previous member of the translation unit
|
||||
|
||||
GotoMatchingBracket.label= Matching &Bracket
|
||||
GotoMatchingBracket.tooltip=Go to Matching Bracket
|
||||
GotoMatchingBracket.description=Go to Matching Bracket
|
||||
GotoMatchingBracket.description=Moves the caret to the matching bracket
|
||||
|
||||
GotoNextBookmark.description=Goto next bookmark of the selected file
|
||||
GotoNextBookmark.label=Next Bookmark
|
||||
GotoNextBookmark.tooltip=Goto Next Bookmark of the Selected File
|
||||
GotoNextBookmark.tooltip=Go to Next Bookmark
|
||||
GotoNextBookmark.description=Moves selection to the next bookmark of the selected file
|
||||
|
||||
FindWord.description=Select a word and find the next occurrence
|
||||
FindWord.label=Find Word
|
||||
FindWord.tooltip=Select a Word and Find the Next Occurrence
|
||||
FindWord.tooltip=Selects a Word and Find the Next Occurrence
|
||||
FindWord.description=Selects a word and find the next occurrence
|
||||
|
||||
ToggleInsertMode.label=Sma&rt Insert Mode
|
||||
ToggleInsertMode.tooltip=Toggle Smart Insert Mode
|
||||
|
@ -135,19 +135,19 @@ CSelectAnnotationRulerAction.GotoAnnotation.image=
|
|||
|
||||
StructureSelectNext.label=&Next Element
|
||||
StructureSelectNext.tooltip=Expand Selection to Include Next Sibling
|
||||
StructureSelectNext.description=Expand selection to include next sibling
|
||||
StructureSelectNext.description=Expands selection to include next sibling
|
||||
|
||||
StructureSelectPrevious.label=&Previous Element
|
||||
StructureSelectPrevious.tooltip=Expand Selection to Include Previous Sibling
|
||||
StructureSelectPrevious.description=Expand selection to include previous sibling
|
||||
StructureSelectPrevious.description=Expands selection to include previous sibling
|
||||
|
||||
StructureSelectEnclosing.label=&Enclosing Element
|
||||
StructureSelectEnclosing.tooltip=Expand Selection to Include Enclosing Element
|
||||
StructureSelectEnclosing.description=Expand selection to include enclosing element
|
||||
StructureSelectEnclosing.description=Expands selection to include enclosing element
|
||||
|
||||
StructureSelectHistory.label=&Restore Last Selection
|
||||
StructureSelectHistory.tooltip=Restore Last Selection
|
||||
StructureSelectHistory.description=Restore last selection
|
||||
StructureSelectHistory.description=Restores last selection
|
||||
|
||||
CSelectAnnotationRulerAction.OpenSuperImplementation.label= &Open Super Implementation
|
||||
CSelectAnnotationRulerAction.OpenSuperImplementation.tooltip= Open Super Implementation
|
||||
|
|
Loading…
Add table
Reference in a new issue