summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/dns.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-13 21:10:47 -0500
committerAdam Young <ayoung@redhat.com>2011-07-14 11:44:48 -0400
commit4bd85ceb90d6b8639c14e68691f2c9f447980c2d (patch)
tree0d114ff0faea534d6f3e2b81e35d25196ef5f2e7 /ipalib/plugins/dns.py
parenta746c613a4fb3d0eed5c73455ebb2e674ed7793d (diff)
downloadfreeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.tar.gz
freeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.tar.xz
freeipa-4bd85ceb90d6b8639c14e68691f2c9f447980c2d.zip
Fixed label capitalization
The CSS text-transform sometimes produces incorrect capitalization, so the code has been modified to use translated labels that already contain the correct capitalization. Ticket #1424
Diffstat (limited to 'ipalib/plugins/dns.py')
-rw-r--r--ipalib/plugins/dns.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py
index e7a0a05a3..2928a9000 100644
--- a/ipalib/plugins/dns.py
+++ b/ipalib/plugins/dns.py
@@ -286,7 +286,7 @@ class dnszone(LDAPObject):
'idnssoaminimum'
] + _record_attributes
label = _('DNS Zones')
- label_singular = _('DNS zone')
+ label_singular = _('DNS Zone')
takes_params = (
Str('idnsname',
@@ -544,7 +544,7 @@ class dnsrecord(LDAPObject):
default_attributes = _record_attributes + ['idnsname']
label = _('DNS Resource Records')
- label_singular = _('DNS resource record')
+ label_singular = _('DNS Resource Record')
takes_params = (
Str('idnsname',