From: hickert Date: Wed, 15 Sep 2010 11:46:32 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a659522f0f46c09bceb436ed07652651f65ca252;p=gosa.git fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19680 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"),