summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afecd43)
raw | patch | inline | side by side (parent: afecd43)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 13:24:55 +0000 (13:24 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 13:24:55 +0000 (13:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5085 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index a4b89396010526feb8919df0ef05683026ce6abf..5f8eb2c586cc48f9a50d2e789601f65901512c96 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
return (sprintf(_("GOsa development snapshot (Rev %s)"), $revision));
} else {
$release= preg_replace('%^.*/([^/]+)/include/functions.inc.*$%', '\1', $svn_path);
- return (sprintf(_("GOsa $release"), $revision));
+ return (_("GOsa $release"));
}
}