summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8415935)
raw | patch | inline | side by side (parent: 8415935)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Apr 2007 12:23:37 +0000 (12:23 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Apr 2007 12:23:37 +0000 (12:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6128 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Config3.inc | patch | blob | history |
index 7eb549101daa9846cc95c2da450790cb8b8d1af6..c5d37d95a1a887327643ef4e41e197df3a4b073b 100644 (file)
class Step_Config3 extends setup_step
{
+ var $header_image= "images/ldap.png";
var $optional = array(
"strict_units" => false,
"forceglobals" => true,
function update_strings()
{
$this->s_title = _("GOsa settings 3/3");
- $this->s_title_long = _("GOsa generic settings, page 3/3");
- $this->s_info = _("This dialog allows you to setup GOsa behaviour");
+ $this->s_title_long = _("GOsa settings 3/3");
+ $this->s_info = _("Tweak some GOsa core behaviour");
}