Tried to improve blocking_rule_help string

This commit is contained in:
Juha Heinanen
2026-06-22 08:57:39 +03:00
parent a6016fd29b
commit 2d3119c757

View File

@ -275,9 +275,9 @@
<string name="blocking">Blocking</string> <string name="blocking">Blocking</string>
<string name="blocking_list">Blocking List</string> <string name="blocking_list">Blocking List</string>
<string name="new_blocking_rule">New Blocking Rule</string> <string name="new_blocking_rule">New Blocking Rule</string>
<string name="blocking_rule_help">Blocking rule can be either a string or a regular expression. <string name="blocking_rule_help">Blocking rule can be either a plain string or a
If the string is included in the peer URI or regular expression matches, regular expression string. If plain string is included in the peer URI or if
the call or message will be blocked. regular expression string matches the peer URI, the call or message will be blocked.
</string> </string>
<string name="blocking_delete_alert">Do you want to delete blocking rule \'%1$s\'?</string> <string name="blocking_delete_alert">Do you want to delete blocking rule \'%1$s\'?</string>
<!-- Blocked Activity --> <!-- Blocked Activity -->