mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 04:35:44 +00:00
resource text for other translators
This commit is contained in:
@@ -45,7 +45,7 @@ public class AboutDialog extends AppDialog {
|
||||
private static final String[] DEVELOPERS = new String[]{
|
||||
"JPEXS",
|
||||
"honfika",
|
||||
"+ others from GitHub and Google code"
|
||||
"others"
|
||||
};
|
||||
|
||||
private static final String AUTHOR = "JPEXS";
|
||||
@@ -55,6 +55,8 @@ public class AboutDialog extends AppDialog {
|
||||
//setSize(new Dimension(300, 320));
|
||||
setTitle(translate("dialog.title"));
|
||||
|
||||
DEVELOPERS[DEVELOPERS.length - 1] = translate("developers.others"); // translate "others" text
|
||||
|
||||
JPanel twoPanes = new JPanel();
|
||||
twoPanes.setLayout(new BoxLayout(twoPanes, BoxLayout.X_AXIS));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user