From f1b7a4c1f9ff4553185a8498d1e963785b7d6f14 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 3 Jul 2007 09:33:01 +0000 Subject: [PATCH] Udpated spelling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6751 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servDNSeditZone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/admin/systems/class_servDNSeditZone.inc b/plugins/admin/systems/class_servDNSeditZone.inc index b60c9a552..af3803fe2 100644 --- a/plugins/admin/systems/class_servDNSeditZone.inc +++ b/plugins/admin/systems/class_servDNSeditZone.inc @@ -435,19 +435,19 @@ class servdnseditZone extends plugin switch($this->NetworkClass){ case 'A': { if(!preg_match("/^[0-9]*\.0\.0\.0$/",$addr)){ - $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this was x.0.0.0")); + $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this way x.0.0.0")); } } break; case 'B': { if(!preg_match("/^[0-9]*\.[0-9]*\.0\.0$/",$addr)){ - $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this was x.x.0.0")); + $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this way x.x.0.0")); } } break; case 'C': { if(!preg_match("/^[0-9]*\.[0-9]*\.[0-9]*\.0$/",$addr)){ - $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this was x.x.x.0")); + $message[] = sprintf(_("The specified network address is not matching with the specified zone class, try it this way x.x.x.0")); } } break; -- 2.30.2