CA-207273: The default description string “Default install” of a server is not localized on “General” window.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2016-04-13 15:49:03 +01:00
parent fa574081bc
commit 7d23bf8ce5

View File

@ -191,7 +191,7 @@ namespace XenAPI
{
get
{
if (name_description == "Default install of XenServer") // i18n: CA-30372
if (name_description == "Default install of XenServer" || name_description == "Default install") // i18n: CA-30372, CA-207273
return Messages.DEFAULT_INSTALL_OF_XENSERVER;
else if (name_description == null)
return "";