mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Fix menu and dialog title inconsistencies for Snapshot schedules.
Also, use an info (instead of warning) icon on the message for Disk and memory snapshot Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
661eee069c
commit
fca17a7ef5
@ -1054,7 +1054,7 @@
|
||||
<value>12, 12, 12, 12</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>Snapshot Schedules</value>
|
||||
<value>VM Snapshot Schedules</value>
|
||||
</data>
|
||||
<data name=">>ColumnName.Name" xml:space="preserve">
|
||||
<value>ColumnName</value>
|
||||
|
@ -83,7 +83,7 @@ namespace XenAdmin.Wizards.NewPolicyWizard
|
||||
//
|
||||
// pictureBoxWarning
|
||||
//
|
||||
this.pictureBoxWarning.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
||||
this.pictureBoxWarning.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
||||
resources.ApplyResources(this.pictureBoxWarning, "pictureBoxWarning");
|
||||
this.pictureBoxWarning.Name = "pictureBoxWarning";
|
||||
this.pictureBoxWarning.TabStop = false;
|
||||
|
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -37956,7 +37956,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Snapsh&ot Schedules....
|
||||
/// Looks up a localized string similar to VM Snapsh&ot Schedules....
|
||||
/// </summary>
|
||||
public static string VMSS_CONTEXT_MENU {
|
||||
get {
|
||||
|
@ -12891,7 +12891,7 @@ To start a [XenServer] trial, click the button below.</value>
|
||||
<value>{0}. {1}: {2}</value>
|
||||
</data>
|
||||
<data name="VMSS_CONTEXT_MENU" xml:space="preserve">
|
||||
<value>Snapsh&ot Schedules...</value>
|
||||
<value>VM Snapsh&ot Schedules...</value>
|
||||
</data>
|
||||
<data name="VMSS_EMAIL_CHECKBOX_TEXT" xml:space="preserve">
|
||||
<value>Send &email notifications about snapshot schedule job alerts</value>
|
||||
|
Loading…
Reference in New Issue
Block a user