resource text for other translators

This commit is contained in:
honfika@gmail.com
2015-02-12 13:20:14 +01:00
parent bd149d8ae8
commit 2635a80946
4 changed files with 11 additions and 5 deletions

View File

@@ -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));