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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 86c6b582a36f166306ab1f70c8d85a6c53a0d6f2
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Apr 14 13:51:42 2025 -0700

    DebugCLI: fix localized messages appearing like !copyright!
---
 debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java 
b/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
index 877182ac1..f1a942daf 100644
--- a/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
+++ b/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
@@ -342,7 +342,7 @@ public class DebugCLI implements Runnable, SourceLocator {
        /* class's static init */
        static {
                // set up for localizing messages
-               m_localizationManager.addLocalizer(new 
DebuggerLocalizer("flex.tools.debugger.cli.fdb.")); //$NON-NLS-1$
+               m_localizationManager.addLocalizer(new 
DebuggerLocalizer("royale.tools.debugger.cli.fdb.")); //$NON-NLS-1$
        }
 
        public static void main(String[] args) {

Reply via email to