From 8aeb9f4169c43eb4d8c2c8bb2f89e866ef25bc27 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 31 Aug 2008 06:31:31 -0400 Subject: [PATCH] Added missing menu titles and form titles to language files. --- interface/web/dns/form/dns_srv.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/form/dns_srv.tform.php b/interface/web/dns/form/dns_srv.tform.php index 20ea531..4dbbc87 100644 --- a/interface/web/dns/form/dns_srv.tform.php +++ b/interface/web/dns/form/dns_srv.tform.php @@ -51,7 +51,7 @@ $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete $form["tabs"]['dns'] = array ( - 'title' => "DNS srv", + 'title' => "DNS SRV", 'width' => 100, 'template' => "templates/dns_srv_edit.htm", 'fields' => array ( -- Gitblit v1.9.1