wizards/source/scriptforge/SF_Root.xba        |    4 ++--
 wizards/source/scriptforge/po/ScriptForge.pot |    8 +++-----
 wizards/source/scriptforge/po/en.po           |    8 +++-----
 3 files changed, 8 insertions(+), 12 deletions(-)

New commits:
commit e8ac98c6569f8c462e754a3142aeb9f433588ec8
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Wed Dec 6 12:02:49 2023 +0100
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Wed Dec 6 17:55:57 2023 +0100

    ScriptForge (SF_Root) Fix typos
    
    Suppression of linefeeds in excess
    inside english error messages.
    
    Change-Id: I38189e7dcf9d24055e477a5cb6cfeb42644ded39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160385
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

diff --git a/wizards/source/scriptforge/SF_Root.xba 
b/wizards/source/scriptforge/SF_Root.xba
index dc1bfa32a49c..69e0ee25ec42 100644
--- a/wizards/source/scriptforge/SF_Root.xba
+++ b/wizards/source/scriptforge/SF_Root.xba
@@ -1022,7 +1022,7 @@ Try:
        &apos;  SF_Dialog.CreateControl
                        .AddText(       Context := &quot;DUPLICATECONTROL&quot; 
_
                                                , MsgId := &quot;A control with 
the same name exists already in the dialog &apos;%3&apos;.\n\n&quot; _
-                                                                       &amp; 
&quot;« %1 » = %2\n&quot; _
+                                                                       &amp; 
&quot;« %1 » = %2&quot; _
                                                , Comment :=    &quot;SF_Dialog 
CreateControl\n&quot; _
                                                                        &amp;   
&quot;%1: An identifier\n&quot; _
                                                                        &amp;   
&quot;%2: A string\n&quot; _
@@ -1059,7 +1059,7 @@ Try:
        &apos;  SF_Dataset.Update/Insert/Delete/GetValue
                        .AddText(       Context := &quot;NOCURRENTRECORD&quot; _
                                                , MsgId := &quot;A database 
record could not be retrieved, inserted or updated by the database 
system.\n&quot; _
-                                                                       &amp; 
&quot;The current record could not be determined.\n&quot; _
+                                                                       &amp; 
&quot;The current record could not be determined.&quot; _
                                                , Comment :=    
&quot;SF_Dataset can&apos;t read field values or store field updates&quot; _
                                        )
        &apos;  SF_Dataset._SetColumnValue
diff --git a/wizards/source/scriptforge/po/ScriptForge.pot 
b/wizards/source/scriptforge/po/ScriptForge.pot
index 814f75ec041f..5bf1aa6a008e 100644
--- a/wizards/source/scriptforge/po/ScriptForge.pot
+++ b/wizards/source/scriptforge/po/ScriptForge.pot
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n";
-"POT-Creation-Date: 2023-11-11 15:24:14\n"
+"POT-Creation-Date: 2023-12-04 16:36:35\n"
 "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
@@ -965,8 +965,7 @@ msgctxt "DUPLICATECONTROL"
 msgid  ""
 "A control with the same name exists already in the dialog '%3'.\n"
 "\n"
-"« %1 » = %2\n"
-""
+"« %1 » = %2"
 msgstr ""
 
 #. SF_Database when running update SQL statement
@@ -1012,8 +1011,7 @@ msgctxt "NOCURRENTRECORD"
 msgid  ""
 "A database record could not be retrieved, inserted or updated by the "
 "database system.\n"
-"The current record could not be determined.\n"
-""
+"The current record could not be determined."
 msgstr ""
 
 #. SF_Database can't store field updates
diff --git a/wizards/source/scriptforge/po/en.po 
b/wizards/source/scriptforge/po/en.po
index 814f75ec041f..5bf1aa6a008e 100644
--- a/wizards/source/scriptforge/po/en.po
+++ b/wizards/source/scriptforge/po/en.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n";
-"POT-Creation-Date: 2023-11-11 15:24:14\n"
+"POT-Creation-Date: 2023-12-04 16:36:35\n"
 "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
@@ -965,8 +965,7 @@ msgctxt "DUPLICATECONTROL"
 msgid  ""
 "A control with the same name exists already in the dialog '%3'.\n"
 "\n"
-"« %1 » = %2\n"
-""
+"« %1 » = %2"
 msgstr ""
 
 #. SF_Database when running update SQL statement
@@ -1012,8 +1011,7 @@ msgctxt "NOCURRENTRECORD"
 msgid  ""
 "A database record could not be retrieved, inserted or updated by the "
 "database system.\n"
-"The current record could not be determined.\n"
-""
+"The current record could not be determined."
 msgstr ""
 
 #. SF_Database can't store field updates

Reply via email to