From 1d3319e2b412c7f301146878700b9733cbc1bab0 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 21 Dec 2005 09:35:41 -0500
Subject: [PATCH] 

---
 interface/web/dns/lib/lang/en_rr.lng |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/dns/lib/lang/en_rr.lng b/interface/web/dns/lib/lang/en_rr.lng
index eba01c3..8e5cf83 100644
--- a/interface/web/dns/lib/lang/en_rr.lng
+++ b/interface/web/dns/lib/lang/en_rr.lng
@@ -36,7 +36,7 @@
 $wb["error_no_wildcard_allowed"] = 'must not contain wildcards!';
 $wb["error_out_of_zone"] = 'is out of zone!';
 $wb["error_invalid_rp"] = 'has invalid format. The correct format is the <i>mbox</i> (a DNS-encoded email address), then a space, then the <i>txtref</i>, which should contain either a host for TXT lookup or a dot!';
-$wb["error_invalid_srv"] = 'has invalid format.  The correct format is the <i>weight</i> (0-65535), then a space, then the <i>port</i> (0-65535), then a space, then the <i>target</i>!';
+$wb["error_invalid_srv"] = 'has invalid format. The correct format is the <i>weight</i> (0-65535), then a space, then the <i>port</i> (0-65535), then a space, then the <i>target</i>!';
 $wb["error_srv_out_of_range"] = 'for SRV record is out of range!';
 $wb["error_no_permission"] = 'You do not have the right permissions to perform the action!';
 ?>
\ No newline at end of file

--
Gitblit v1.9.1