1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

typo in the string.

This commit is contained in:
Alain Magloire 2004-04-07 04:06:15 +00:00
parent 9d1f92adf4
commit 98b86d1d78

View file

@ -68,7 +68,7 @@ public class LibraryRefContainer implements IAdaptable, IWorkbenchAdapter {
* @see org.eclipse.ui.model.IWorkbenchAdapter#getLabel(java.lang.Object)
*/
public String getLabel(Object o) {
return "Library References"; //$NON-NLS-1
return "Libraries"; //$NON-NLS-1
}
/* (non-Javadoc)