From a659522f0f46c09bceb436ed07652651f65ca252 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 15 Sep 2010 11:46:32 +0000 Subject: [PATCH] fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19680 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_terminalService.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc index c48269baa..7ee59c595 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc @@ -498,7 +498,7 @@ class termservice extends plugin /* Check vsync for correct usage */ $val= preg_replace ("/\s/", "", $this->gotoXVsync); if (!preg_match ("/^\d+(\.\d+)?([-]\d+(\.\d+)?)?$/", $val) && $this->acl_is_writeable("gotoXVsync")){ - $message[]= msgPool::invalid(_("Vertical synchronisation range")); + $message[]= msgPool::invalid(_("Vertical synchronization range")); } elseif ($this->acl_is_writeable("gotoXVsync")){ list($v1,$v2)= preg_split ("/[-+]/", $val); if ($v2 != ""){ @@ -715,8 +715,8 @@ class termservice extends plugin "gotoXDriver" => _("Graphic driver"), "gotoXResolution" => _("Graphic resolution"), "gotoXColordepth" => _("Graphic color depth"), - "gotoXHsync" => _("Horizontal Synchronization"), - "gotoXVsync" => _("Vertical Synchronization"), + "gotoXHsync" => _("Horizontal synchronization"), + "gotoXVsync" => _("Vertical synchronization"), "AutoSync" => _("Auto-Sync"), "gotoScannerEnable" => _("Scanner enabled"), "gotoLpdEnable" => _("Printer enabled"), -- 2.30.2