mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
update message corrected (IDEA-73781)
(cherry picked from commit d2662004316ce7b665557b483487202d3448d912)
This commit is contained in:
+3
@@ -18,6 +18,7 @@ package com.intellij.openapi.updateSettings.impl;
|
||||
import com.intellij.CommonBundle;
|
||||
import com.intellij.ide.IdeBundle;
|
||||
import com.intellij.ide.plugins.PluginManagerConfigurable;
|
||||
import com.intellij.openapi.application.ApplicationInfo;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.util.List;
|
||||
@@ -67,6 +68,8 @@ class NoUpdatesDialog extends AbstractUpdateDialog {
|
||||
public NoUpdatesPanel() {
|
||||
initPluginsPanel(myPanel, myPluginsPanel, myEditorPane);
|
||||
myNothingFoundToUpdateLabel.setVisible(myUploadedPlugins == null);
|
||||
myNothingFoundToUpdateLabel.setText("You already have the latest version of " +
|
||||
ApplicationInfo.getInstance().getVersionName()+ " installed.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user