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 3df8802 commit b201237Copy full SHA for b201237
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