@@ -, +, @@ rules. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -64,7 +64,7 @@ [% CASE 'success_on_delete_source' %] Classification source deleted successfully. [% CASE 'error_on_update_sort_rule' %] - An error occurred when adding this filing rule. Perhaps the code already exists? + An error occurred when updating this filing rule. [% CASE 'success_on_update_sort_rule' %] Filing rule updated successfully. [% CASE 'error_on_insert_sort_rule' %] @@ -76,7 +76,7 @@ [% CASE 'success_on_delete_sort_rule' %] Filing rule deleted successfully. [% CASE 'error_on_update_split_rule' %] - An error occurred when adding this splitting rule. Perhaps the code already exists? + An error occurred when updating this splitting rule. [% CASE 'success_on_update_split_rule' %] Splitting rule updated successfully. [% CASE 'error_on_insert_split_rule' %] --