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