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:
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)
|
||||
*/
|
||||
public String getLabel(Object o) {
|
||||
return "Library References"; //$NON-NLS-1
|
||||
return "Libraries"; //$NON-NLS-1
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue