mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +02:00
typo in the string.
This commit is contained in:
parent
9d1f92adf4
commit
98b86d1d78
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class LibraryRefContainer implements IAdaptable, IWorkbenchAdapter {
|
||||||
* @see org.eclipse.ui.model.IWorkbenchAdapter#getLabel(java.lang.Object)
|
* @see org.eclipse.ui.model.IWorkbenchAdapter#getLabel(java.lang.Object)
|
||||||
*/
|
*/
|
||||||
public String getLabel(Object o) {
|
public String getLabel(Object o) {
|
||||||
return "Library References"; //$NON-NLS-1
|
return "Libraries"; //$NON-NLS-1
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue