You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A String is missing from the UI due to a typo in class org.polarsys.capella.core.re.project.handlers.Messages
Reproduction:
Create a Capella Library
Right click on the library, use action "REC / RPL > Create REC > With whole library content..."
Message dialog with title "Library is empty" and message "NLS missing message: ProjectRecHandler_emtpyLibraryDialogMessage in: org.polarsys.capella.core.re.project.handlers.messages" => KO
A String is missing from the UI due to a typo in class org.polarsys.capella.core.re.project.handlers.Messages
Reproduction:
Fix: typo "emtpy" => "empty" in:
capella/core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/handlers/Messages.java
Line 20 in 1606d6a
capella/core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/handlers/ProjectRecHandler.java
Line 93 in 1606d6a
The text was updated successfully, but these errors were encountered: