Skip to content

Commit c25f764

Browse files
committed
Improve project-closing balloon's text
1 parent 284f977 commit c25f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/actions/CheckProjectCount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public CheckProjectCount() {
1616

1717
public void checkAndNotifyIfOver() {
1818
if (this.getProjectCount() > DESIRED_COUNT) {
19-
this.notifyer().notify("Too many projects open!", ImageUtilities.loadImageIcon("fi/helsinki/cs/tmc/ui/infobubble.png", false), "Please close some projects to make Netbeans faster.", null);
19+
this.notifyer().notify("Netbeans slow? Close some projects!", ImageUtilities.loadImageIcon("fi/helsinki/cs/tmc/ui/infobubble.png", false), "Right-click completed projects from the Projects -sidebar on the left and select 'Close project'.", null);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)