summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2fcfdaf)
raw | patch | inline | side by side (parent: 2fcfdaf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Sep 2010 11:46:32 +0000 (11:46 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc
index c48269baa1c61f1a43ea34fa0a1fadcbf4bc5981..7ee59c595b6619643b89b89d8f84e6949fdae8ed 100644 (file)
/* 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 != ""){
"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"),