mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
externalize string
This commit is contained in:
parent
3888fd21dd
commit
1f9900d9e0
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
2004-05-05 Andrew Niefer
|
||||
externalize "Libraries" string in LibraryRefContainer
|
||||
|
||||
2004-05-04 Hoda Amer
|
||||
Fix for bug#60331 : [Refactoring] All namespace declarations not renamed
|
||||
Fix for bug#59270 : [Refactoring] missing warning/error icons
|
||||
|
|
|
@ -57,3 +57,4 @@ CView.binaries=\ - binaries
|
|||
CView.archives=\ - archives
|
||||
ShowLibrariesAction.hideReferenced.tooltip=Hide Referenced Libs
|
||||
ShowLibrariesAction.showReferenced.tooltip=Show Referenced Libs
|
||||
LibraryRefContainer.Libraries=Libraries
|
||||
|
|
|
@ -82,7 +82,7 @@ public class LibraryRefContainer implements IAdaptable, IWorkbenchAdapter {
|
|||
* @see org.eclipse.ui.model.IWorkbenchAdapter#getLabel(java.lang.Object)
|
||||
*/
|
||||
public String getLabel(Object o) {
|
||||
return "Libraries"; //$NON-NLS-1
|
||||
return CViewMessages.getString("LibraryRefContainer.Libraries"); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue