diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-22 20:46:31 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-23 02:26:13 +0200 |
commit | cd1253e8686bda4032ec658766eb8a103aca5d40 (patch) | |
tree | 9e4c31b0019fdf94dd496e00ac0a48308661fb5c | |
parent | 2c59643f8b17e2f9e8d51f155687db86d7a26447 (diff) |
tdf#136939 Make strings localizable
Change-Id: Ie33cdda080ee06532170da5bc410ee660841bf40
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103221
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdatabase/02010100.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sdatabase/02010100.xhp b/source/text/sdatabase/02010100.xhp index bc07b8a95e..44d31d74bc 100644 --- a/source/text/sdatabase/02010100.xhp +++ b/source/text/sdatabase/02010100.xhp @@ -627,7 +627,7 @@ <table id="tbl_id3083279"> <tablerow> <tablecell> - <paragraph id="par_id3153792" role="paragraph" xml-lang="en-US" localize="false">='Ms.'</paragraph> + <paragraph id="par_id3153792" role="paragraph" xml-lang="en-US">='Ms.'</paragraph> </tablecell> <tablecell> <paragraph id="par_id3150948" role="paragraph" xml-lang="en-US">returns field names with the field content "Ms."</paragraph> @@ -643,7 +643,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id3150333" role="paragraph" xml-lang="en-US" localize="false">LIKE 'g?ve'</paragraph> + <paragraph id="par_id3150333" role="paragraph" xml-lang="en-US">LIKE 'g?ve'</paragraph> </tablecell> <tablecell> <paragraph id="par_id3147332" role="paragraph" xml-lang="en-US">returns records with field content such as "give" and "gave".</paragraph> @@ -675,7 +675,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id3152948" role="paragraph" xml-lang="en-US" localize="false">NOT IN ('Smith')</paragraph> + <paragraph id="par_id3152948" role="paragraph" xml-lang="en-US">NOT IN ('Smith')</paragraph> </tablecell> <tablecell> <paragraph id="par_id3147279" role="paragraph" xml-lang="en-US">returns records that do not contain "Smith".</paragraph> |