[rating] fix description of user config
This commit is contained in:
parent
e401dd9e52
commit
c79751007c
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Ratings extends Extension
|
|||
|
||||
$sb = $event->panel->create_new_block("Default Rating Filter");
|
||||
$sb->start_table();
|
||||
$sb->add_multichoice_option(RatingsConfig::USER_DEFAULTS, $options, "Output Log Level: ", true);
|
||||
$sb->add_multichoice_option(RatingsConfig::USER_DEFAULTS, $options, "Default Ratings: ", true);
|
||||
$sb->end_table();
|
||||
$sb->add_label("This controls the default rating search results will be filtered by, and nothing else. To override in your search results, add rating:* to your search.");
|
||||
}
|
||||
|
|
Reference in a new issue