1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 00:15:25 +02:00

Bug 312133 - TVT36:TCT178: PTG: Tools is in English

This commit is contained in:
Vivian Kong 2010-05-10 14:09:20 +00:00
parent 95d7620fd1
commit 55c0c36d5a
2 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,7 @@
* *
* Contributors: * Contributors:
* Intel Corporation - Initial API and implementation * Intel Corporation - Initial API and implementation
* IBM Corporation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.ui.properties; package org.eclipse.cdt.managedbuilder.ui.properties;
@ -253,10 +254,10 @@ public class DiscoveryTab extends AbstractCBuildPropertyTab implements IBuildInf
private void updateData() { private void updateData() {
int selScope = 0; int selScope = 0;
String lblText = "Tools:"; String lblText = Messages.getString("DiscoveryTab.5"); //$NON-NLS-1$
if (!cbi.isPerRcTypeDiscovery()) { if (!cbi.isPerRcTypeDiscovery()) {
selScope = 1; selScope = 1;
lblText = "Configuration:"; lblText = Messages.getString("DiscoveryTab.8"); //$NON-NLS-1$
} }
if (scopeComboBox != null) if (scopeComboBox != null)
scopeComboBox.select(selScope); scopeComboBox.select(selScope);

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2005, 2008 Intel Corporation and others # Copyright (c) 2005, 2010 Intel Corporation and others
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -53,8 +53,10 @@ DiscoveryTab.1=Per Language
DiscoveryTab.2=Configuration-wide DiscoveryTab.2=Configuration-wide
DiscoveryTab.3=Unknown DiscoveryTab.3=Unknown
DiscoveryTab.4=Not applicable\nin multi-cfg mode \! DiscoveryTab.4=Not applicable\nin multi-cfg mode \!
DiscoveryTab.5=Tools:
DiscoveryTab.6=No profiles found DiscoveryTab.6=No profiles found
DiscoveryTab.7=InfoContexts are different \! DiscoveryTab.7=InfoContexts are different \!
DiscoveryTab.8=Configuration:
ToolSelectionDialog.0=Select tools ToolSelectionDialog.0=Select tools
ToolSelectionDialog.1=Available tools ToolSelectionDialog.1=Available tools
ToolSelectionDialog.2=Used tools ToolSelectionDialog.2=Used tools