From e1bf40252e94c577e8bcea1c650130567de17bf6 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Mon, 24 Mar 2008 16:13:37 +0000 Subject: [PATCH] replacing single quotes with 2 consecutive single quotes (Bug 223679) --- .../ui/refactoring/extractconstant/messages.properties | 3 ++- .../org/eclipse/cdt/ui/templateengine/messages.properties | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/extractconstant/messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/extractconstant/messages.properties index 63eec489920..df5478725af 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/extractconstant/messages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/extractconstant/messages.properties @@ -8,10 +8,11 @@ # # Contributors: # Institute for Software - initial API and implementation +# IBM Corporation ############################################################################### InputPage_ConstName=Constant &name: InputPage_EnterContName=Enter a name for the new constant -InputPage_NameAlreadyDefined=An element named '{0}' is already defined in this scope. +InputPage_NameAlreadyDefined=An element named ''{0}'' is already defined in this scope. ExtractConstantRefactoring_ExtractConst=Extract Constant ExtractConstantRefactoring_LiteralMustBeSelected=An literal expression must be selected to activate this refactoring. ExtractConstantRefactoring_NoLiteralSelected=No selected literal. diff --git a/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/messages.properties b/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/messages.properties index 0fca1e90653..4cca2d124bf 100644 --- a/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/messages.properties +++ b/core/org.eclipse.cdt.ui/templateengine/org/eclipse/cdt/ui/templateengine/messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007 Symbian Software Limited and others. +# Copyright (c) 2007, 2008 Symbian Software Limited and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,6 +7,7 @@ # # Contributors: # Symbian - Initial API and implementation +# IBM Corporation ############################################################################### TemplateDrivenWizard.0=Successful @@ -35,7 +36,7 @@ ProjectSelectionPage.8=The project does not exist ProjectSelectionPage.9=Please select a CDT project ProjectSelectionPage.10=Project Selection ProjectSelectionPage.11=Choose a Project -UIElementTreeBuilderHelper.InvalidEmptyLabel=Invalid item element in with id="{0}": attributes 'label' and 'value' must be present. +UIElementTreeBuilderHelper.InvalidEmptyLabel=Invalid item element in with id="{0}": attributes ''label'' and ''value'' must be present. UIElementTreeBuilderHelper.InvalidNonUniqueValue=Mappings between labels and values in not reversible for with id="{0}" UIElementTreeBuilderHelper.UnknownWidgetType0=Unknown widget type: {0} UISelectWidget_ErrorNoneSelected0=Please choose a value for {0}