From 3523b99fb5644587c08c121fbd3e44ed0e65762d Mon Sep 17 00:00:00 2001 From: Tobias Hahnen Date: Thu, 23 Jan 2025 11:37:08 +0100 Subject: [PATCH] SLE-1044: Update/released pop-up with SonarQube for Eclipse 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". --- .../eclipse/ui/internal/popup/ReleaseNotesPopup.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.sonarlint.eclipse.ui/src/org/sonarlint/eclipse/ui/internal/popup/ReleaseNotesPopup.java b/org.sonarlint.eclipse.ui/src/org/sonarlint/eclipse/ui/internal/popup/ReleaseNotesPopup.java index a0794b48a..f4b802638 100644 --- a/org.sonarlint.eclipse.ui/src/org/sonarlint/eclipse/ui/internal/popup/ReleaseNotesPopup.java +++ b/org.sonarlint.eclipse.ui/src/org/sonarlint/eclipse/ui/internal/popup/ReleaseNotesPopup.java @@ -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