Skip to content

Commit

Permalink
updated the text, as scrolling down is no longer needed in the latest…
Browse files Browse the repository at this point in the history
… release (#540)
  • Loading branch information
ahus1 committed Aug 25, 2020
1 parent 4305244 commit 75bd71c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public EditorNotificationPanel createNotificationPanel(@NotNull VirtualFile file

final EditorNotificationPanel panel = new EditorNotificationPanel();
panel.setText("You enabled Soft Wrap multiple times. Do you want to enable it permanently?");
panel.createActionLabel("Yes, take me to the settings (then scroll down)!", ()
panel.createActionLabel("Yes, take me to the Soft Wrap settings!", ()
-> {
netActivations.set(0);
EditorNotifications.updateAll();
Expand Down

0 comments on commit 75bd71c

Please sign in to comment.