From dbc7ffa2921b9fac977c553e6fffc6f4e72210f9 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 10 Dec 2009 21:36:06 -0800 Subject: [PATCH] Correct wording --- bind8/edit_text.cgi | 2 +- bind8/lang/en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bind8/edit_text.cgi b/bind8/edit_text.cgi index 9bb1d9955..7bafc81b0 100755 --- a/bind8/edit_text.cgi +++ b/bind8/edit_text.cgi @@ -15,7 +15,7 @@ $access{'file'} || &error($text{'text_ecannot'}); $text = &read_file_contents(&make_chroot($file)); if (!$access{'ro'}) { - print &text('text_desc', "$file"),"

\n"; + print &text('text_desc3', "$file"),"

\n"; } print &ui_form_start("save_text.cgi", "form-data"); diff --git a/bind8/lang/en b/bind8/lang/en index e3208f286..9f95fedf7 100644 --- a/bind8/lang/en +++ b/bind8/lang/en @@ -282,7 +282,7 @@ edit_espfexp='$1' is a valid record name for a rejection message text_title=Edit Records File text_title2=View Records File -text_desc=This form allows you to manually edit the DNS records file $1. No syntax checking will be done by Webmin, and the zone serial number will not be automatically incremented. +text_desc3=This form allows you to manually edit the DNS records file $1. No syntax checking will be done by Webmin. text_desc2=This page shows the DNS records file $1, created by BIND when the zone was transferred from the master server. text_undo=Undo text_ecannot=You are not allowed to edit record files