This is an automated email from the ASF dual-hosted git repository.

ljmotta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new b89739490ff NO-ISSUE: SceSim Editor: Fix typos on error message when 
opening DMN (#3352)
b89739490ff is described below

commit b89739490ff9efc7d928ea60ddae1f0566594cc4
Author: Jozef Marko <[email protected]>
AuthorDate: Wed Nov 19 13:33:35 2025 +0100

    NO-ISSUE: SceSim Editor: Fix typos on error message when opening DMN (#3352)
---
 packages/scesim-editor-envelope/src/TestScenarioEditorRoot.tsx | 2 +-
 packages/scesim-editor/src/i18n/locales/en.ts                  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/scesim-editor-envelope/src/TestScenarioEditorRoot.tsx 
b/packages/scesim-editor-envelope/src/TestScenarioEditorRoot.tsx
index 5c67b48b458..0ce9dabe818 100644
--- a/packages/scesim-editor-envelope/src/TestScenarioEditorRoot.tsx
+++ b/packages/scesim-editor-envelope/src/TestScenarioEditorRoot.tsx
@@ -135,7 +135,7 @@ export class TestScenarioEditorRoot extends 
React.Component<TestScenarioEditorRo
       scesimModel.ScenarioSimulationModel["parsererror" as keyof typeof 
scesimModel.ScenarioSimulationModel]
     ) {
       throw new Error(
-        "Impossibile to correctly parse the provided scesim file. Most likely, 
the XML structure of the file is invalid."
+        "Impossible to correctly parse the provided SCESIM file. Most likely, 
the XML structure of the file is invalid."
       );
     }
 
diff --git a/packages/scesim-editor/src/i18n/locales/en.ts 
b/packages/scesim-editor/src/i18n/locales/en.ts
index e26a7e99f45..682acd850a0 100644
--- a/packages/scesim-editor/src/i18n/locales/en.ts
+++ b/packages/scesim-editor/src/i18n/locales/en.ts
@@ -24,11 +24,11 @@ export const en: TestScenarioEditorI18n = {
   ...en_common,
   alerts: {
     ruleDataNotAvailable:
-      "It's not possibile to retrieve the Java Classes from your project. This 
feature is still not supported.",
+      "It's not possible to retrieve the Java Classes from your project. This 
feature is still not supported.",
     dmnDataRetrievedFromScesim:
-      "Impossibile to retrieve DMN Nodes from the referenced DMN file, 
therefore they have been restored from the scesim file. These data might be NOT 
synchronized. You can view and edit this asset, but dropping a column could 
lose its related DMN Node data. To fix this issue, go to the Setting panel and 
restore the link with the related DMN model.",
+      "Impossible to retrieve DMN Nodes from the referenced DMN file, 
therefore, they have been restored from the SCESIM file. These data might NOT 
be synchronized. You can view and edit this asset, but dropping a column could 
result in losing its related DMN Node data. To fix this issue, go to the 
Settings panel and restore the link with the related DMN model.",
     ruleDataRetrievedFromScesim:
-      "Impossibile to retrieve the Java Classes from your project, therefore 
they have been restored from the scesim file. These data might be NOT 
synchronized. You can view and edit this asset, but dropping a column could 
lose its related Java Class data.",
+      "Impossible to retrieve the Java classes from your project, therefore, 
they have been restored from the SCESIM file. These data might NOT be 
synchronized. You can view and edit this asset, but dropping a column could 
result in losing its related Java Class data.",
   },
   creationPanel: {
     assetsGroup: "Asset type",
@@ -190,7 +190,7 @@ export const en: TestScenarioEditorI18n = {
     selection: "Selection",
   },
   fileParsingErrorMessage:
-    "Impossibile to correctly parse the provided scesim file. Most likely, the 
XML structure of the file is invalid.",
+    "Impossible to correctly parse the provided SCESIM file. Most likely, the 
XML structure of the file is invalid.",
   parsingErrorTitle: "File parsing error",
   unsupportedTitle: (version: string) => `This file holds a Test Scenario 
asset version ( ${version} ) not supported`,
   unsupportedMessage: (version: string) =>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to