summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34f274f)
raw | patch | inline | side by side (parent: 34f274f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 May 2005 08:06:16 +0000 (08:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 May 2005 08:06:16 +0000 (08:06 +0000) |
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 45564fb24ef2e7b5b3ad40e476ada54dc4f05449..4ca80896347efbeb7e32e0e27126971166c45d97 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 (Rev %s)"), $revision));
+ return (sprintf(_("GOsa $release"), $revision));
}
}