From 7d53be33831901164fd3d6eaec63bcd717441dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 30 Nov 2012 10:19:14 +0000 Subject: [PATCH] Added "Experimental" to oVirt Name and Description on Interface (till enought tests are done) --- server/src/uds/services/OVirt/OVirtLinkedService.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/uds/services/OVirt/OVirtLinkedService.py b/server/src/uds/services/OVirt/OVirtLinkedService.py index f2771d463..3a010c84e 100644 --- a/server/src/uds/services/OVirt/OVirtLinkedService.py +++ b/server/src/uds/services/OVirt/OVirtLinkedService.py @@ -53,11 +53,11 @@ 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') + typeName = _('oVirt Linked Clone (Experimental)') #: Type used internally to identify this provider typeType = 'oVirtLinkedService' #: Description shown at administration interface for this provider - typeDescription = _('oVirt Services based on templates and COW') + typeDescription = _('oVirt Services based on templates and COW (experimental)') #: Icon file used as icon for this provider. This string will be translated #: BEFORE sending it to administration interface, so don't forget to #: mark it as _ (using ugettext_noop)