Code

fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Sep 2010 11:46:32 +0000 (11:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Sep 2010 11:46:32 +0000 (11:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19680 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalService.inc

index c48269baa1c61f1a43ea34fa0a1fadcbf4bc5981..7ee59c595b6619643b89b89d8f84e6949fdae8ed 100644 (file)
@@ -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"),