From c7aa79d9f8a95779cc016f084b6c75a22df4f47a Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Mon, 13 Nov 2006 11:53:58 +0000 Subject: [PATCH] Fix NLS strings --- .../eclipse/cdt/internal/ui/editor/CEditorMessages.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties index 0d7a98c7f3d..d8f14cbfca4 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties @@ -123,6 +123,8 @@ GotoPreviousMember.description=Move the caret to the previous member of the tran GotoMatchingBracket.label= Matching &Bracket GotoMatchingBracket.tooltip=Go to Matching Bracket GotoMatchingBracket.description=Go to Matching Bracket +GotoMatchingBracket.error.invalidSelection=No bracket selected +GotoMatchingBracket.error.noMatchingBracket=No matching bracket found ShowToolTip.label=Show T&ooltip Description