mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
CA-217846: Fixed two more tooltip texts with fullstops.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
2d02f806fd
commit
61640d6435
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -26081,7 +26081,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Automatic update is not supported on partially upgraded [XenServer] pools..
|
||||
/// Looks up a localized string similar to Automatic update is not supported on partially upgraded [XenServer] pools.
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_SELECTSERVERPAGE_AUTO_UPDATE_NOT_SUPPORTED_PARTIALLY_UPGRADED {
|
||||
get {
|
||||
@ -26144,7 +26144,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This server is already up-to-date..
|
||||
/// Looks up a localized string similar to This server is already up-to-date.
|
||||
/// </summary>
|
||||
public static string PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_UP_TO_DATE {
|
||||
get {
|
||||
|
@ -9016,7 +9016,7 @@ However, there is not enough space to perform the repartitioning, so the current
|
||||
<value>Automatic update is not supported on this [XenServer] version</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_AUTO_UPDATE_NOT_SUPPORTED_PARTIALLY_UPGRADED" xml:space="preserve">
|
||||
<value>Automatic update is not supported on partially upgraded [XenServer] pools.</value>
|
||||
<value>Automatic update is not supported on partially upgraded [XenServer] pools</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_CANNOT_INSTALL_SUPP_PACKS" xml:space="preserve">
|
||||
<value>Cannot install supplemental packs on this [XenServer] version</value>
|
||||
@ -9037,7 +9037,7 @@ However, there is not enough space to perform the repartitioning, so the current
|
||||
<value>This server cannot be updated automatically</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_SERVER_UP_TO_DATE" xml:space="preserve">
|
||||
<value>This server is already up-to-date.</value>
|
||||
<value>This server is already up-to-date</value>
|
||||
</data>
|
||||
<data name="PATCHINGWIZARD_SELECTSERVERPAGE_TEXT" xml:space="preserve">
|
||||
<value>Select Servers</value>
|
||||
|
Loading…
Reference in New Issue
Block a user