File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/processing/app/ui
java/src/processing/mode/java/pdex Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class ErrorTable extends JTable {
4747 Editor editor ;
4848
4949 static final String [] columnNames = {
50- "" ,
50+ "" , // the blank column used for spacing
5151 Language .text ("editor.footer.errors.problem" ),
5252 Language .text ("editor.footer.errors.tab" ),
5353 Language .text ("editor.footer.errors.line" )
Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ public void updateErrorTable() {
939939 p .setImportSuggestions (si );
940940// errorData[index][0] = "<html>" + p.getMessage() +
941941// " (<font color=#0000ff><u>Import Suggestions available</u></font>)</html>";
942- message += " (click for suggested libraries )" ;
942+ message += " (double- click for suggestions )" ;
943943 }
944944 }
945945 }
You can’t perform that action at this time.
0 commit comments