mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug #189048 : not externalized string
This commit is contained in:
parent
2d93c32a48
commit
7f7dee4d99
2 changed files with 2 additions and 1 deletions
|
@ -463,6 +463,7 @@ LibraryTab.2=Change library name
|
|||
RefsTab.0=Expand all
|
||||
RefsTab.1=Show checked
|
||||
RefsTab.2=Collapse all
|
||||
RefsTab.3=Active
|
||||
SymbolTab.0=Symbol
|
||||
SymbolTab.1=Value
|
||||
SymbolTab.2=Add symbol
|
||||
|
|
|
@ -33,7 +33,7 @@ public class RefsTab extends AbstractCPropertyTab {
|
|||
public Composite comp;
|
||||
Tree tree;
|
||||
|
||||
static private final String ACTIVE = "[Active]"; //$NON-NLS-1$
|
||||
static private final String ACTIVE = "[" + UIMessages.getString("RefsTab.3") + "]"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||
|
||||
public void createControls(Composite parent) {
|
||||
super.createControls(parent);
|
||||
|
|
Loading…
Add table
Reference in a new issue