X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fgui%2FAboutScreen.java;h=605abf6dff2c3ea62eff1330adc262d31fdd54cc;hp=1e4f4f5bf5f98f04693f6657d5f460b29999fcc2;hb=da0b1f449260a0b4a94318006382a9039726ef3e;hpb=5625a1abadb5f2ca5f017fe7dbda1d5141cb637b diff --git a/tim/prune/gui/AboutScreen.java b/tim/prune/gui/AboutScreen.java index 1e4f4f5..605abf6 100644 --- a/tim/prune/gui/AboutScreen.java +++ b/tim/prune/gui/AboutScreen.java @@ -35,6 +35,7 @@ public class AboutScreen extends JDialog /** * Constructor + * @param inParent parent frame */ public AboutScreen(JFrame inParent) { @@ -147,29 +148,35 @@ public class AboutScreen extends JDialog new JLabel("Eclipse"), 1, 2); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel(I18nManager.getText("dialog.about.credits.translations") + " : "), + new JLabel(I18nManager.getText("dialog.about.credits.translators") + " : "), 0, 3); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel("Open Office, Gpsdrive, Babelfish, Leo"), + new JLabel("Ramon, Miguel, Inés, Piotr"), 1, 3); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel(I18nManager.getText("dialog.about.credits.devtools") + " : "), + new JLabel(I18nManager.getText("dialog.about.credits.translations") + " : "), 0, 4); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel("Mandriva Linux, Sun Java, Eclipse, Svn, Gimp"), + new JLabel("Open Office, Gpsdrive, Babelfish, Leo, Launchpad"), 1, 4); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel(I18nManager.getText("dialog.about.credits.othertools") + " : "), + new JLabel(I18nManager.getText("dialog.about.credits.devtools") + " : "), 0, 5); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel("Garble, Kate, Povray, Inkscape, Google Earth"), + new JLabel("Mandriva Linux, Sun Java, Eclipse, Svn, Gimp"), 1, 5); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel(I18nManager.getText("dialog.about.credits.thanks") + " : "), + new JLabel(I18nManager.getText("dialog.about.credits.othertools") + " : "), 0, 6); addToGridBagPanel(creditsPanel, gridBag, constraints, - new JLabel("Friends and loved ones, for encouragement and support"), + new JLabel("Garble, Kate, Povray, Exiftool, Inkscape, Google Earth"), 1, 6); + addToGridBagPanel(creditsPanel, gridBag, constraints, + new JLabel(I18nManager.getText("dialog.about.credits.thanks") + " : "), + 0, 7); + addToGridBagPanel(creditsPanel, gridBag, constraints, + new JLabel("Friends and loved ones, for encouragement and support"), + 1, 7); tabPane.add(I18nManager.getText("dialog.about.credits"), creditsPanel); // OK button at the bottom