diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-08-15 10:26:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-08-15 10:26:32 +0000 |
commit | 2c77a38848d313a0e19fec4d60b2aa9f027e3de1 (patch) | |
tree | 43edd9abce51982c3f27cd32cca7649bf8d91545 /modules/system/system.module | |
parent | 42abfd001cb68aad276442940f0e9cc28e078021 (diff) | |
download | brdo-2c77a38848d313a0e19fec4d60b2aa9f027e3de1.tar.gz brdo-2c77a38848d313a0e19fec4d60b2aa9f027e3de1.tar.bz2 |
- Small cosmetic change to the system module.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index d071df992..365d9aa63 100644 --- a/modules/system/system.module +++ b/modules/system/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": |