Skip to content

Commit b201237

Browse files
author
jantje
committed
#1339 amend to previous commit
1 parent 3df8802 commit b201237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.ui/src/io/sloeber/ui/preferences/LibrarySelectionPage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class LibrarySelectionPage extends PreferencePage implements IWorkbenchPr
5656
protected LibraryTree libs = new LibraryTree();
5757
final static String emptyString = ""; //$NON-NLS-1$
5858
final static String blankLine = "\n\n";//$NON-NLS-1$
59-
final static String canUpdateLabel = " (update)";
59+
final static String canUpdateLabel = " (can update)";
6060

6161
public interface Node {
6262
boolean hasChildren();

0 commit comments

Comments
 (0)