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

Fixed Names of ovirt providers to include RHEV (that also supports)

This commit is contained in:
Adolfo Gómez García 2014-10-09 11:11:38 +02:00
parent 1b3d156e6c
commit 573e6b5d1f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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