From dc938c533bbf94f2ce2400cfc006d1f1ced8e96d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Feb 2004 21:04:42 +0000 Subject: - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help, fixed translation issues in taxonomy module, etc. --- themes/chameleon/default.css | 1 - themes/xtemplate/xtemplate.theme | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/chameleon/default.css b/themes/chameleon/default.css index c33c46f12..8c3d36926 100644 --- a/themes/chameleon/default.css +++ b/themes/chameleon/default.css @@ -90,4 +90,3 @@ br { .form-item textarea { font-size: 1em; } - diff --git a/themes/xtemplate/xtemplate.theme b/themes/xtemplate/xtemplate.theme index cfba361d0..62d67efa2 100644 --- a/themes/xtemplate/xtemplate.theme +++ b/themes/xtemplate/xtemplate.theme @@ -11,7 +11,7 @@ $GLOBALS["xtemplate"]->template->SetNullBlock(" "); // "" doesnt work! function xtemplate_settings() { $output .= form_textarea(t("Message on front page"), "xtemplate_mission", variable_get("xtemplate_mission", "edit mission"), 70, 6, t("This text will be displayed on the front page. It can be used to display a mission statement, announcement or site description..")); $output .= form_textfield(t("Stylesheet URL"), "xtemplate_stylesheet", variable_get("xtemplate_stylesheet", "themes/xtemplate/xtemplate.css"), 70, 300, t("The URL for your theme's cascading stylesheet.")); - $output .= form_textarea(t("Logo"), "xtemplate_logo", variable_get("xtemplate_logo", "\"Druplicon\""), 70, 4, t("The HTML code for displaying the logo.")); + $output .= form_textarea(t("Logo"), "xtemplate_logo", variable_get("xtemplate_logo", "\"Druplicon"), 70, 4, t("The HTML code for displaying the logo.")); $output .= form_textarea(t("Primary links"), "xtemplate_primary_links", variable_get("xtemplate_primary_links", l("edit primary links", "admin/system/themes/xtemplate")), 70, 8, t("The HTML code for the primary links.")); $output .= form_textarea(t("Secondary links"), "xtemplate_secondary_links", variable_get("xtemplate_secondary_links", l("edit secondary links", "admin/system/themes/xtemplate")), 70, 8, t("The HTML code for the secondary links.")); $output .= form_radios(t("Search box"), "xtemplate_search_box", variable_get("xtemplate_search_box", 0), array(t("Disabled"), t("Enabled")), t("Show a search box in the upper right corner.")); -- cgit v1.2.3