mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-150369: Update XenCenter with latest C# bindings
- Updated friendly error name for INVALID_EDITION Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
0755feb984
commit
c2eeb58aee
2
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
2
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -1267,7 +1267,7 @@ namespace XenAPI {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The edition you supplied is invalid. Valid editions are 'free', 'enterprise' and 'platinum'..
|
||||
/// Looks up a localized string similar to The edition you supplied is invalid..
|
||||
/// </summary>
|
||||
public static string INVALID_EDITION {
|
||||
get {
|
||||
|
@ -520,7 +520,7 @@
|
||||
<value>The device name {0} is invalid</value>
|
||||
</data>
|
||||
<data name="INVALID_EDITION" xml:space="preserve">
|
||||
<value>The edition you supplied is invalid. Valid editions are 'free', 'enterprise' and 'platinum'.</value>
|
||||
<value>The edition you supplied is invalid.</value>
|
||||
</data>
|
||||
<data name="INVALID_FEATURE_STRING" xml:space="preserve">
|
||||
<value>The given feature string is not valid.</value>
|
||||
|
Loading…
Reference in New Issue
Block a user