mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
[189152] reference the externalized string
This commit is contained in:
parent
9424135bde
commit
a18ca0d288
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ public class SystemViewScratchpadAdapter extends AbstractSystemViewAdapter imple
|
|||
*/
|
||||
public String getText(Object element)
|
||||
{
|
||||
//return SystemResources.RESID_SYSTEMREGISTRY_CONNECTIONS);
|
||||
return "Remote Scratchpad"; //$NON-NLS-1$
|
||||
return SystemViewResources.RESID_REMOTE_SCRATCHPAD;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue