mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-272130: modify truncated linklabel and text on the memory settings wizard
This commit is contained in:
parent
1d0a2b76a0
commit
449dfe7f56
@ -129,7 +129,7 @@
|
||||
<value>0, 0, 0, 0</value>
|
||||
</data>
|
||||
<data name="memoryControlsBasic.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>558, 319</value>
|
||||
<value>558, 355</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="memoryControlsBasic.TabIndex" type="System.Int32, mscorlib">
|
||||
|
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -7224,7 +7224,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can lose data.
|
||||
/// Looks up a localized string similar to Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can cause data loss.
|
||||
///
|
||||
///Do you want to continue?.
|
||||
/// </summary>
|
||||
@ -7235,7 +7235,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can lose data.
|
||||
/// Looks up a localized string similar to Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can cause data loss.
|
||||
///
|
||||
///Do you want to continue?.
|
||||
/// </summary>
|
||||
|
@ -2625,12 +2625,12 @@ Do you want to continue?</value>
|
||||
Do you want to continue?</value>
|
||||
</data>
|
||||
<data name="CONFIRM_CHANGE_MEMORY_PLURAL" xml:space="preserve">
|
||||
<value>Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can lose data.
|
||||
<value>Changing the memory of these VMs while they are running will cause them to be forcibly rebooted. This operation can cause data loss.
|
||||
|
||||
Do you want to continue?</value>
|
||||
</data>
|
||||
<data name="CONFIRM_CHANGE_MEMORY_SINGULAR" xml:space="preserve">
|
||||
<value>Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can lose data.
|
||||
<value>Changing the memory of this VM while it is running will cause it to be forcibly rebooted. This operation can cause data loss.
|
||||
|
||||
Do you want to continue?</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user