mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
small fixes, cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.ResourceBundle;
|
||||
*/
|
||||
public class AppResources {
|
||||
|
||||
private static final ResourceBundle resourceBundle = ResourceBundle.getBundle("com.jpexs.decompiler.flash.gui.locales.AppResources");
|
||||
private static final ResourceBundle resourceBundle = ResourceBundle.getBundle("com.jpexs.decompiler.flash.locales.AppResources");
|
||||
|
||||
public static String translate(String key) {
|
||||
return resourceBundle.getString(key);
|
||||
|
||||
Reference in New Issue
Block a user