'#description'=>t('Use this field to rewrite the text displayed for combined sort options and sort order. Use the format of current_value|replacement_value, one replacement per line. For example: <pre>
'#description'=>t('Use this field to rewrite the text displayed for combined sort options and sort order. Use the format of current_text|replacement_text, one replacement per line. For example: <pre>
Post date Asc|Oldest first
Post date Desc|Newest first
Title Asc|A -> Z
...
...
@@ -706,11 +706,11 @@ Title Desc|Z -> A</pre> Leave the replacement value blank to remove an option al
Use this field to rewrite the filter options displayed. Use the format
of current_value|replacement_value, one replacement per line. For
of current_text|replacement_text, one replacement per line. For
example: <pre>
0|Zero
1|One
2|Two
Current|Replacement
On|Yes
Off|No
</pre> Leave the replacement value blank to remove an option altogether. If using hierarchical taxonomy filters, do not including leading hyphens in the current value.