summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 979207a)
raw | patch | inline | side by side (parent: 979207a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Apr 2007 13:44:37 +0000 (13:44 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Apr 2007 13:44:37 +0000 (13:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6095 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_License.inc | patch | blob | history |
index 39f6577b4bd98d4052b0bf3f308c26d40969d0c9..0ed29d92aeff2a70c5ca3da37b5746aa1c4fd7b0 100644 (file)
{
var $license_found = false;
var $License = "";
+ var $header_image = "images/ldif.png";
function Step_License()
{
function update_strings()
{
$this->s_title = _("License");
- $this->s_title_long = _("GNU / GPL-License");
- $this->s_info = _("GNU / GPL-License");
+ $this->s_title_long = _("License");
+ $this->s_info = _("Terms and conditions for usage");
}