From 2d3119c7578c12833ef232a94e4713928fbf52f2 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 22 Jun 2026 08:57:39 +0300 Subject: [PATCH] Tried to improve blocking_rule_help string --- app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 12cd6ac7..ae9383ec 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -275,9 +275,9 @@ Blocking Blocking List New Blocking Rule - Blocking rule can be either a string or a regular expression. - If the string is included in the peer URI or regular expression matches, - the call or message will be blocked. + Blocking rule can be either a plain string or a + regular expression string. If plain string is included in the peer URI or if + regular expression string matches the peer URI, the call or message will be blocked. Do you want to delete blocking rule \'%1$s\'?