1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-31 17:17:53 +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
#: 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)