From 573e6b5d1f4b0ade9ad47282796a894d770b9d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Thu, 9 Oct 2014 11:11:38 +0200 Subject: [PATCH] Fixed Names of ovirt providers to include RHEV (that also supports) --- server/src/uds/services/OVirt/OVirtLinkedService.py | 2 +- server/src/uds/services/OVirt/OVirtProvider.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/uds/services/OVirt/OVirtLinkedService.py b/server/src/uds/services/OVirt/OVirtLinkedService.py index 8530f0dfe..06e8af370 100644 --- a/server/src/uds/services/OVirt/OVirtLinkedService.py +++ b/server/src/uds/services/OVirt/OVirtLinkedService.py @@ -54,7 +54,7 @@ class OVirtLinkedService(Service): # : Name to show the administrator. This string will be translated BEFORE # : sending it to administration interface, so don't forget to # : mark it as _ (using ugettext_noop) - typeName = _('oVirt Linked Clone (Experimental)') + typeName = _('oVirt/RHEV Linked Clone') # : Type used internally to identify this provider typeType = 'oVirtLinkedService' # : Description shown at administration interface for this provider diff --git a/server/src/uds/services/OVirt/OVirtProvider.py b/server/src/uds/services/OVirt/OVirtProvider.py index 192cd6624..4966d406e 100644 --- a/server/src/uds/services/OVirt/OVirtProvider.py +++ b/server/src/uds/services/OVirt/OVirtProvider.py @@ -71,7 +71,7 @@ class Provider(ServiceProvider): # : Name to show the administrator. This string will be translated BEFORE # : sending it to administration interface, so don't forget to # : mark it as _ (using ugettext_noop) - typeName = _('oVirt Platform Provider') + typeName = _('oVirt/RHEV Platform Provider') # : Type used internally to identify this provider typeType = 'oVirtPlatform' # : Description shown at administration interface for this provider