Skip to content

Commit

Permalink
SLE-1044: Update/released pop-up with SonarQube for Eclipse
Browse files Browse the repository at this point in the history
This pop-up still contained "SonarLint" and needed an update. For users coming from very old versions, we still contain the info that this plug-in used to be called "SonarLint".
  • Loading branch information
thahnen committed Jan 23, 2025
1 parent 5118f47 commit 3523b99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
public class ReleaseNotesPopup extends AbstractSonarLintVersionPopup {
public ReleaseNotesPopup() {
super("SonarQube for Eclipse - Release Notes",
"Thank you for installing / updating SonarLint. We invite you to learn about the recent changes by taking a"
+ " look at the Release Notes. If you want to read them later, they can be found nested into the SonarLint "
+ "preferences.");
"Thank you for installing / updating SonarQube for Eclipse (formerly known as SonarLint). We invite you to "
+ "learn about the recent changes by taking a look at the Release Notes. If you want to read them later, they "
+ "can be found nested into the SonarLint preferences.");
}

@Override
Expand Down

0 comments on commit 3523b99

Please sign in to comment.