Skip to content

Commit 4c5fccc

Browse files
committed
Fix missing genericeditor message Messages
https://github.com/eclipse-platform/eclipse.platform/issues/857
1 parent f4f59ce commit 4c5fccc

File tree

1 file changed

+3
-0
lines changed
  • bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor

1 file changed

+3
-0
lines changed

bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/messages.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ DefaultWordHighlightStrategy_OccurrencesOf=Occurrence of ''{0}''
1515

1616
TextViewer_open_hyperlink_error_title=Open Hyperlink
1717
TextViewer_open_hyperlink_error_message=The operation is not applicable to the current selection. Select a hyperlink target.
18+
19+
GotoMatchingBracket_error_noMatchingBracket=No matching bracket found
20+
GotoMatchingBracket_error_bracketOutsideSelectedElement=Matching bracket is outside the selected element

0 commit comments

Comments
 (0)