diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2023-12-06 12:02:49 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2023-12-06 17:55:57 +0100 |
commit | e8ac98c6569f8c462e754a3142aeb9f433588ec8 (patch) | |
tree | e623f192e0a81a9d0a398fea38dac15e68bef4dc /wizards | |
parent | 8b5bb37cc4116f74c2f533453936eb8cb84d9fc5 (diff) |
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 <jp@ledure.be>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_Root.xba | 4 | ||||
-rw-r--r-- | wizards/source/scriptforge/po/ScriptForge.pot | 8 | ||||
-rw-r--r-- | wizards/source/scriptforge/po/en.po | 8 |
3 files changed, 8 insertions, 12 deletions
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: ' SF_Dialog.CreateControl .AddText( Context := "DUPLICATECONTROL" _ , MsgId := "A control with the same name exists already in the dialog '%3'.\n\n" _ - & "« %1 » = %2\n" _ + & "« %1 » = %2" _ , Comment := "SF_Dialog CreateControl\n" _ & "%1: An identifier\n" _ & "%2: A string\n" _ @@ -1059,7 +1059,7 @@ Try: ' SF_Dataset.Update/Insert/Delete/GetValue .AddText( Context := "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." _ , Comment := "SF_Dataset can't read field values or store field updates" _ ) ' 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 |