diff --git a/XenAdmin/Wizards/BugToolWizardFiles/BugToolWizard.cs b/XenAdmin/Wizards/BugToolWizardFiles/BugToolWizard.cs index 6001a0148..76971bed0 100644 --- a/XenAdmin/Wizards/BugToolWizardFiles/BugToolWizard.cs +++ b/XenAdmin/Wizards/BugToolWizardFiles/BugToolWizard.cs @@ -146,7 +146,7 @@ namespace XenAdmin.Wizards if (selectedHostsConnections.Any(Helpers.ConnectionRequiresRbac)) { - rbacWarningPage.AddApiMethodsCheck(selectedHostsConnections, SingleHostStatusAction.StaticRBACDependencies, Messages.RBAC_CROSS_POOL_MIGRATE_VM_BLOCKED); + rbacWarningPage.AddApiMethodsCheck(selectedHostsConnections, SingleHostStatusAction.StaticRBACDependencies, Messages.RBAC_GET_SYSTEM_STATUS_BLOCKED); AddAfterPage(bugToolPageSelectHosts1, rbacWarningPage); } } diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs index dc034cea3..c73ce5833 100755 --- a/XenModel/Messages.Designer.cs +++ b/XenModel/Messages.Designer.cs @@ -31860,6 +31860,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Current access levels do not allow download of system status report. Log in as a different user with sufficient privileges on the source host and try again.. + /// + public static string RBAC_GET_SYSTEM_STATUS_BLOCKED { + get { + return ResourceManager.GetString("RBAC_GET_SYSTEM_STATUS_BLOCKED", resourceCulture); + } + } + /// /// Looks up a localized string similar to Your current role is '{1}'. /// diff --git a/XenModel/Messages.resx b/XenModel/Messages.resx index 034f44a17..50cfa443f 100755 --- a/XenModel/Messages.resx +++ b/XenModel/Messages.resx @@ -14731,4 +14731,7 @@ Any disk in your VM's DVD drive will be ejected when installing {1}. Current access levels do not allow copying of VMs. Log in as a different user with sufficient privileges on the host and try again. + + Current access levels do not allow download of system status report. Log in as a different user with sufficient privileges on the source host and try again. + \ No newline at end of file