summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2020-11-27 12:43:07 +0100
committerJean-Pierre Ledure <jp@ledure.be>2020-11-28 11:27:59 +0100
commitff59d21769f8577c672c1f1efbf9cb290333fdaa (patch)
tree817b67ac01db63c0a4fceff6bfbc167e7f19152e
parentelementary: Update arrow icon as upstream (diff)
downloadcore-ff59d21769f8577c672c1f1efbf9cb290333fdaa.tar.gz
core-ff59d21769f8577c672c1f1efbf9cb290333fdaa.zip
ScriptForge - (SF_Root) Fix typo "'" => "&pos;"
Change-Id: I27f246c866a6c9eeb2d0af1e645d9c8e03a5572d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106760 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
-rw-r--r--wizards/source/scriptforge/SF_Root.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_Root.xba b/wizards/source/scriptforge/SF_Root.xba
index 5be7766e03b9..2af6ca463dcb 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -777,7 +777,7 @@ Try:
, MsgId := &quot;An SQL statement could not be interpreted or executed by the database system.\n&quot; _
&amp; &quot;Check its syntax, table and/or field names, ...\n\n&quot; _
&amp; &quot;SQL Statement : « %1 »&quot; _
- , Comment := &quot;SF_Database can't interpret SQL statement\n&quot; _
+ , Comment := &quot;SF_Database can&apos;t interpret SQL statement\n&quot; _
&amp; &quot;%1: The statement&quot; _
)
End With
@@ -819,4 +819,4 @@ Public Sub _StackReset()
End Sub &apos; ScriptForge.SF_Root._StackReset
REM ================================================== END OF SCRIPTFORGE.SF_ROOT
-</script:module>
+</script:module> \ No newline at end of file