summaryrefslogtreecommitdiff
path: root/modules/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-08-15 10:26:32 +0000
committerDries Buytaert <dries@buytaert.net>2002-08-15 10:26:32 +0000
commit2c77a38848d313a0e19fec4d60b2aa9f027e3de1 (patch)
tree43edd9abce51982c3f27cd32cca7649bf8d91545 /modules/system.module
parent42abfd001cb68aad276442940f0e9cc28e078021 (diff)
downloadbrdo-2c77a38848d313a0e19fec4d60b2aa9f027e3de1.tar.gz
brdo-2c77a38848d313a0e19fec4d60b2aa9f027e3de1.tar.bz2
- Small cosmetic change to the system module.
Diffstat (limited to 'modules/system.module')
-rw-r--r--modules/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system.module b/modules/system.module
index d071df992..365d9aa63 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -263,7 +263,7 @@ function system_admin() {
global $edit, $op, $type;
if (user_access("administer site configuration")) {
- print "<small>".la(t("site settings"), array("mod" => "system", "type" => "options"))." | ".la(t("content filters"), array("mod" => "system", "type" => "filter"))." | ".la(t("modules"), array("mod" => "system", "op" => "modules"))." | ".la(t("themes"), array("mod" => "system", "op" => "themes"))." | ".la(t("help"), array("mod" => "system", "op" => "help"))."</small><hr />\n";
+ print "<small>". la(t("site settings"), array("mod" => "system", "type" => "options")) ." - ". la(t("content filters"), array("mod" => "system", "type" => "filter")) ." - ". la(t("modules"), array("mod" => "system", "op" => "modules")) ." - ". la(t("themes"), array("mod" => "system", "op" => "themes")) ." - ". la(t("help"), array("mod" => "system", "op" => "help")) ."</small><hr />\n";
switch ($op) {
case "help":