From 74ab567eebdd02798e087a778be53ec6a4a220f4 Mon Sep 17 00:00:00 2001 From: Marco Stornelli Date: Mon, 24 Jun 2019 19:42:01 +0200 Subject: [PATCH] Bug 548141 - Fix description of Codan project options Description was a bit misleading. Change-Id: I8001a638468a21e5b8ae8b19070d757f28dd79df Signed-off-by: Marco Stornelli --- codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF | 2 +- .../eclipse/cdt/codan/internal/ui/CodanUIMessages.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF index 665dddb80e8..f633740becd 100644 --- a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF +++ b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.cdt.codan.ui; singleton:=true -Bundle-Version: 3.3.200.qualifier +Bundle-Version: 3.3.300.qualifier Bundle-Activator: org.eclipse.cdt.codan.internal.ui.CodanUIActivator Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.cdt.codan.core, diff --git a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/CodanUIMessages.properties b/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/CodanUIMessages.properties index d8277787a92..26209ead680 100644 --- a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/CodanUIMessages.properties +++ b/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/CodanUIMessages.properties @@ -14,8 +14,8 @@ # Sergey Prigogin (Google) # Alex Ruiz (Google) ############################################################################### -BuildPropertyPage_Description=Set launch method for checkers, you can override this by editing individual problem settings -BuildPropertyPage_RunAsYouType=Run as you &type (selected checkers) +BuildPropertyPage_Description=Set launch method for checkers. Disabling a method will override the individual problem setting +BuildPropertyPage_RunAsYouType=Run as you &type BuildPropertyPage_RunWithBuild=&Run with build CheckedTreeEditor_SelectionCannotBeEmpty=Selection cannot be empty CodanPreferencePage_Customize=&Customize Selected...