Code

added missing template
[gosa.git] / 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"),