diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-01 11:27:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-01 11:27:10 +0000 |
commit | 8674cf0953e3be8e0eacd17734bea65f729c33c3 (patch) | |
tree | 65e6915b997b88f4df41b6383eeef25409240b7d /modules | |
parent | 441e2598883119365f63229f229ca2e1e60c0723 (diff) | |
download | brdo-8674cf0953e3be8e0eacd17734bea65f729c33c3.tar.gz brdo-8674cf0953e3be8e0eacd17734bea65f729c33c3.tar.bz2 |
- Small updates
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system.module | 2 | ||||
-rw-r--r-- | modules/system/system.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module index 1b459c87f..a3d746705 100644 --- a/modules/system.module +++ b/modules/system.module @@ -63,7 +63,7 @@ function system_view_options() { // layout settings: $output .= "<H3>Layout settings</H3>\n"; foreach ($themes as $key=>$value) $options .= "<OPTION VALUE=\"$key\"". (variable_get("theme_default", key($themes)) == $key ? " SELECTED" : "") .">$key</OPTION>\n"; - $output .= form_item(t("Default theme"), "<SELECT NAME=\"edit[theme_default]\">$options</SELECT>", t("The default theme as seen by new visitors and anonymous users.")); + $output .= form_item(t("Default theme"), "<SELECT NAME=\"edit[theme_default]\">$options</SELECT>", t("The default theme as seen by visitors or anonymous users.")); $output .= "<HR>\n"; // development settings: diff --git a/modules/system/system.module b/modules/system/system.module index 1b459c87f..a3d746705 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -63,7 +63,7 @@ function system_view_options() { // layout settings: $output .= "<H3>Layout settings</H3>\n"; foreach ($themes as $key=>$value) $options .= "<OPTION VALUE=\"$key\"". (variable_get("theme_default", key($themes)) == $key ? " SELECTED" : "") .">$key</OPTION>\n"; - $output .= form_item(t("Default theme"), "<SELECT NAME=\"edit[theme_default]\">$options</SELECT>", t("The default theme as seen by new visitors and anonymous users.")); + $output .= form_item(t("Default theme"), "<SELECT NAME=\"edit[theme_default]\">$options</SELECT>", t("The default theme as seen by visitors or anonymous users.")); $output .= "<HR>\n"; // development settings: |