From f8e589370d355b5323f47b168763fb9533fee10a Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 4 Feb 2016 15:04:29 -0500 Subject: [PATCH] Updated depCompatWarning to match compatWarning in e1a2a6b0e753925c1eeb76bdae81185400486cb8. --- .../main/resources/hudson/PluginManager/table.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/hudson/PluginManager/table.properties b/core/src/main/resources/hudson/PluginManager/table.properties index 0a60d09989..cc7af60893 100644 --- a/core/src/main/resources/hudson/PluginManager/table.properties +++ b/core/src/main/resources/hudson/PluginManager/table.properties @@ -27,10 +27,9 @@ coreWarning=\ Warning: This plugin is built for Jenkins {0} or newer. \ It may or may not work in your Jenkins. depCompatWarning=\ - Warning: This plugin requires dependent plugins be upgraded \ - and some of these dependent plugins are not compatible \ - with the current installed version. Jobs using these \ - dependent plugins may need to be reconfigured. + Warning: This plugin requires dependent plugins be upgraded and at least one of these dependent plugins claims to use a different settings format than the installed version. \ + Jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. \ + Consult the plugin release notes for details. depCoreWarning=\ Warning: This plugin requires dependent plugins that are \ built for Jenkins {0} or newer. The dependent plugins may \ -- GitLab