We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1493d commit 0a880a1Copy full SHA for 0a880a1
io.sloeber.ui/src/io/sloeber/ui/preferences/LibrarySelectionPage.java
@@ -56,7 +56,7 @@ public class LibrarySelectionPage extends PreferencePage implements IWorkbenchPr
56
protected LibraryTree libs = new LibraryTree();
57
final static String emptyString = ""; //$NON-NLS-1$
58
final static String blankLine = "\n\n";//$NON-NLS-1$
59
- final static String canUpdateLabel = " (update)";
+ final static String canUpdateLabel = " (can update)";
60
61
public interface Node {
62
boolean hasChildren();
0 commit comments