From: Dan Brown Date: Sun, 23 Feb 2025 14:41:26 +0000 (+0000) Subject: Sorting: Updated text for sort rules X-Git-Tag: v25.02~1^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d7ccb3ce6a559a62a9408765692c5cc514890b14 Sorting: Updated text for sort rules Removes 'Set' wording and notes application to books on change. --- diff --git a/lang/en/settings.php b/lang/en/settings.php index f96057cf5..82a4ade5d 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -90,7 +90,7 @@ return [ 'sort_rule_details' => 'Sort Rule Details', 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', 'sort_rule_operations' => 'Sort Operations', - 'sort_rule_operations_desc' => 'Configure the sort actions to be performed in this set by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom.', + 'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.', 'sort_rule_available_operations' => 'Available Operations', 'sort_rule_available_operations_empty' => 'No operations remaining', 'sort_rule_configured_operations' => 'Configured Operations',