summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-19 22:22:08 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-19 22:22:08 +0000
commit2ecc6a606eed6d6cf85501cc291c1ca20ec3d2b4 (patch)
treeaa4b0d08cbab6258e393b9b876e5c7878abf369b
parent652fb3474adb707dff2e5f7899c5911b1c4ef85f (diff)
downloadbrdo-2ecc6a606eed6d6cf85501cc291c1ca20ec3d2b4.tar.gz
brdo-2ecc6a606eed6d6cf85501cc291c1ca20ec3d2b4.tar.bz2
- Changed some wording
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index c978980cb..a15e2321d 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -118,7 +118,7 @@ function comment_settings() {
$group .= form_radios(t("Default display order"), "comment_default_order", variable_get("comment_default_order", 1), _comment_get_orders(), t("The default sorting for new users and anonymous users while viewing comments. These users may change their view using the comment control panel. For registered users, this change is remembered as a persistent user preference."));
$group .= form_select(t("Default comments per page"), "comment_default_per_page", variable_get("comment_default_per_page", "50"), _comment_per_page(), t("Default number of comments for each page: more comments are distributed in several pages."));
$group .= form_radios(t("Comment controls"), "comment_controls", variable_get("comment_controls", 0), array(t("Display above the comments"), t("Display below the comments"), t("Display above and below the comments"), t("Do not display")), t("Position of the comment controls box. The comment controls let the user change the default display mode and display order of comments."));
- $output = form_group(t('Comment viewing settings'), $group);
+ $output = form_group(t('Comment viewing options'), $group);
$group = form_radios(t("Preview comment"), "comment_preview", variable_get("comment_preview", 1), array(t("Optional"), t("Required")), t("Must users preview comments before submitting?"));
$group .= form_radios(t("Location of comment submission form"), "comment_form_location", variable_get("comment_form_location", 0), array(t("Display on separate page"), t("Display below post or comments")), t("The location of the comment submission form."));
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index c978980cb..a15e2321d 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -118,7 +118,7 @@ function comment_settings() {
$group .= form_radios(t("Default display order"), "comment_default_order", variable_get("comment_default_order", 1), _comment_get_orders(), t("The default sorting for new users and anonymous users while viewing comments. These users may change their view using the comment control panel. For registered users, this change is remembered as a persistent user preference."));
$group .= form_select(t("Default comments per page"), "comment_default_per_page", variable_get("comment_default_per_page", "50"), _comment_per_page(), t("Default number of comments for each page: more comments are distributed in several pages."));
$group .= form_radios(t("Comment controls"), "comment_controls", variable_get("comment_controls", 0), array(t("Display above the comments"), t("Display below the comments"), t("Display above and below the comments"), t("Do not display")), t("Position of the comment controls box. The comment controls let the user change the default display mode and display order of comments."));
- $output = form_group(t('Comment viewing settings'), $group);
+ $output = form_group(t('Comment viewing options'), $group);
$group = form_radios(t("Preview comment"), "comment_preview", variable_get("comment_preview", 1), array(t("Optional"), t("Required")), t("Must users preview comments before submitting?"));
$group .= form_radios(t("Location of comment submission form"), "comment_form_location", variable_get("comment_form_location", 0), array(t("Display on separate page"), t("Display below post or comments")), t("The location of the comment submission form."));