From d7ccb3ce6a559a62a9408765692c5cc514890b14 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 23 Feb 2025 14:41:26 +0000 Subject: [PATCH] Sorting: Updated text for sort rules Removes 'Set' wording and notes application to books on change. --- lang/en/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',