From 02e28d29a899caad8f2a5966046abd8afd778528 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 12 Apr 2001 18:18:38 +0000 Subject: Typo: "the language the site" -> "the language of the site". --- account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account.php b/account.php index 755646729..d88ffdb30 100644 --- a/account.php +++ b/account.php @@ -153,7 +153,7 @@ function account_site_edit() { $output .= "". t("Language" ) .":
\n"; foreach ($languages as $key=>$value) $options3 .= " \n"; $output .= "
\n"; - $output .= "". t("Selecting a different language will change the language the site.") ."

\n"; + $output .= "". t("Selecting a different language will change the language of the site.") ."

\n"; $output .= "". t("Maximum number of items to display") .":
\n"; for ($nodes = 10; $nodes <= 30; $nodes += 5) $options4 .= "\n"; -- cgit v1.2.3