[Libreoffice-commits] help.git: source/text
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 23 00:26:37 UTC 2020
source/text/sdatabase/02010100.xhp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cd1253e8686bda4032ec658766eb8a103aca5d40
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Sep 22 20:46:31 2020 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Sep 23 02:26:13 2020 +0200
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 at libreoffice.org>
diff --git a/source/text/sdatabase/02010100.xhp b/source/text/sdatabase/02010100.xhp
index bc07b8a95..44d31d74b 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>
More information about the Libreoffice-commits
mailing list