1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Added "Experimental" to oVirt Name and Description on Interface (till enought tests are done)

This commit is contained in:
Adolfo Gómez 2012-11-30 10:19:14 +00:00
parent d6b65a7e88
commit 7d53be3383

View File

@ -53,11 +53,11 @@ class OVirtLinkedService(Service):
#: Name to show the administrator. This string will be translated BEFORE #: Name to show the administrator. This string will be translated BEFORE
#: sending it to administration interface, so don't forget to #: sending it to administration interface, so don't forget to
#: mark it as _ (using ugettext_noop) #: mark it as _ (using ugettext_noop)
typeName = _('oVirt Linked Clone') typeName = _('oVirt Linked Clone (Experimental)')
#: Type used internally to identify this provider #: Type used internally to identify this provider
typeType = 'oVirtLinkedService' typeType = 'oVirtLinkedService'
#: Description shown at administration interface for this provider #: 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 #: Icon file used as icon for this provider. This string will be translated
#: BEFORE sending it to administration interface, so don't forget to #: BEFORE sending it to administration interface, so don't forget to
#: mark it as _ (using ugettext_noop) #: mark it as _ (using ugettext_noop)