summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-23 23:56:09 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-23 23:56:09 +0000
commita097708987affd3ddb944136b1eba22b4685564f (patch)
treebde5fd959f14df2d55440c1d67b227cdf3a296ca
parentda520e5ffb3b35f853db4ee091f668aef63f6fd3 (diff)
downloadbrdo-a097708987affd3ddb944136b1eba22b4685564f.tar.gz
brdo-a097708987affd3ddb944136b1eba22b4685564f.tar.bz2
- small typoe
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index c17d7a4b9..68a637b5b 100644
--- a/account.php
+++ b/account.php
@@ -231,7 +231,7 @@ function account_block_edit() {
$output .= "$block->name<BR>";
}
- $output .= "<I>You can more or less position your blocks by assigning them weights. The heavy blocks sink down whereas the light blocks will be positioned on top.</I><P>\n";
+ $output .= "<I>You can more or less position your blocks by assigning them weights. The heavy blocks will sink down whereas the light blocks will be positioned at the top of the page.</I><P>\n";
$output .= "<INPUT TYPE=\"submit\" NAME=\"op\" VALUE=\"Save block settings\"><BR>\n";
$output .= "</FORM>\n";