mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix loading bundle string
This commit is contained in:
@@ -159,7 +159,7 @@ public class Localizer {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
System.out.println("Language '" + resourceBundle.toString() + "' loaded successfully.");
|
||||
System.out.println("Language '" + resourceBundle.getBaseBundleName() + "' loaded successfully.");
|
||||
|
||||
notifyObservers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user