diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2020-01-14 23:19:43 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-17 19:38:50 +0100 |
commit | 5d2af501f0d4d682911284a87d973b3384a0feb2 (patch) | |
tree | 9b7d50919db9e969e4414f393bf55f0d753dd214 | |
parent | 3974b8c9cbd0321944d9fe9d9e5109c20d71fe31 (diff) |
allow localization of regular expression example
Change-Id: If325dc340ff3be51fab3c3ce19433f5b7df25512
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/86815
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/01/02100001.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index a88f87a755..71ecb3d011 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -385,7 +385,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id131559578728924" role="tablecontent" localize="false">\bconst(itu|ruc)tion\b</paragraph> + <paragraph id="par_id131559578728924" role="tablecontent">\bconst(itu|ruc)tion\b</paragraph> </tablecell> <tablecell> <paragraph id="par_id891559578728925" role="tablecontent">Matches the words "constitution" and "construction" but not the word "constitutional."</paragraph> |