mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
fix for bug 187383 - externalize "Preference Configuration" on Discovery Options tab
This commit is contained in:
parent
5e93cfda78
commit
16a0c206f8
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
* Contributors:
|
||||
* Intel Corporation - Initial API and implementation
|
||||
* Markus Schorn (Wind River Systems)
|
||||
* IBM Corporation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.internal.core.settings.model;
|
||||
|
||||
|
@ -143,7 +144,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
|
|||
private static final String PREFERENCES_ELEMENT = "preferences"; //$NON-NLS-1$
|
||||
private static final String ID = "id"; //$NON-NLS-1$
|
||||
private static final String PREFERENCE_CFG_ID_PREFIX = "preference."; //$NON-NLS-1$
|
||||
private static final String PREFERENCE_CFG_NAME = "Preference Configuration"; //$NON-NLS-1$
|
||||
private static final String PREFERENCE_CFG_NAME = SettingsModelMessages.getString("CProjectDescriptionManager.15"); //$NON-NLS-1$
|
||||
private static final String ROOT_PREFERENCE_ELEMENT = "preferences"; //$NON-NLS-1$
|
||||
private static final String DEFAULT_CFG_ID_PREFIX = CCorePlugin.PLUGIN_ID + ".default.config"; //$NON-NLS-1$
|
||||
private static final String DEFAULT_CFG_NAME = "Configuration"; //$NON-NLS-1$
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Intel Corporation - Initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
CConfigurationDataProviderDescriptor.1=illegal provider implementation
|
||||
CConfigurationDataProviderDescriptor.2=no provider defined
|
||||
|
@ -32,6 +33,7 @@ CProjectDescriptionManager.11=storage file not found
|
|||
CProjectDescriptionManager.12=Serialing CDT Project settings..
|
||||
CProjectDescriptionManager.13=Refreshing the project settings
|
||||
CProjectDescriptionManager.14=workspace info element does not exist
|
||||
CProjectDescriptionManager.15=Preference Configuration
|
||||
CFolderDescription.0=data was not created
|
||||
CFolderDescription.1=expected proxy of type ICLanguageSetting, but was
|
||||
CFolderDescription.2=data was not created
|
||||
|
|
Loading…
Add table
Reference in a new issue