From 3baf46e820746b58cfb3869a56db545bea8cff92 Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Tue, 18 Jan 2011 03:33:15 +0000 Subject: [PATCH] updated text for problem binding errors --- .../OSGI-INF/l10n/bundle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties index fdd6ca0af4c..6c420444c35 100644 --- a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties +++ b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties @@ -83,23 +83,23 @@ problem.description.5 = Name resolution problem found by the indexer problem.messagePattern.5 = Member declaration not found problem.name.5 = Member declaration not found problem.description.6 = Name resolution problem found by the indexer -problem.messagePattern.6 = ''{0}'': label not found +problem.messagePattern.6 = Label ''{0}'' not found problem.name.6 = Label statement not found problem.description.7 = Name resolution problem found by the indexer problem.messagePattern.7 = Invalid template arguments problem.name.7 = Invalid template argument problem.description.8 = Name resolution problem found by the indexer -problem.messagePattern.8 = ''{0}'' type could not be resolved +problem.messagePattern.8 = TYpe ''{0}'' could not be resolved problem.name.8 = Type cannot be resolved problem.description.9 = Name resolution problem found by the indexer -problem.messagePattern.9 = ''{0}'': function could not be resolved +problem.messagePattern.9 = Function ''{0}'' could not be resolved problem.name.9 = Function cannot be resolved problem.description.10 = Name resolution problem found by the indexer problem.messagePattern.10 = Invalid arguments ''{0}'' problem.name.10 = Invalid arguments problem.description.11 = Name resolution problem found by the indexer -problem.messagePattern.11 = ''{0}'': method could not be resolved +problem.messagePattern.11 = Method ''{0}'' could not be resolved problem.name.11 = Method cannot be resolved problem.description.12 = Name resolution problem found by the indexer -problem.messagePattern.12 = ''{0}'': field could not be resolved +problem.messagePattern.12 = Field ''{0}'' could not be resolved problem.name.12 = Field cannot be resolved \ No newline at end of file