wizards/source/scriptforge/SF_Root.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ff59d21769f8577c672c1f1efbf9cb290333fdaa Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Fri Nov 27 12:43:07 2020 +0100 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Sat Nov 28 11:27:59 2020 +0100 ScriptForge - (SF_Root) Fix typo "'" => "&pos;" Change-Id: I27f246c866a6c9eeb2d0af1e645d9c8e03a5572d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106760 Tested-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <[email protected]> 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 := "An SQL statement could not be interpreted or executed by the database system.\n" _ & "Check its syntax, table and/or field names, ...\n\n" _ & "SQL Statement : « %1 »" _ - , Comment := "SF_Database can't interpret SQL statement\n" _ + , Comment := "SF_Database can't interpret SQL statement\n" _ & "%1: The statement" _ ) End With @@ -819,4 +819,4 @@ Public Sub _StackReset() End Sub ' ScriptForge.SF_Root._StackReset REM ================================================== END OF SCRIPTFORGE.SF_ROOT -</script:module> +</script:module> \ No newline at end of file _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
