Merge pull request #316 from celeron533/master
Refine Simplified Chinese Translation
This commit is contained in:
commit
7c0d90a4d2
File diff suppressed because it is too large
Load Diff
@ -40,9 +40,10 @@ public class AboutDialog extends JDialog {
|
||||
"Stefan Lobas / ERIG e.V. (German)<br>" +
|
||||
"Tripoli Spain (Spanish)<br>" +
|
||||
"Sky Dart Team (Russian)<br>" +
|
||||
"Mauro Biasutti (Italian)<br><br>" +
|
||||
"Vladimir Beran (Czech)<br><br>" +
|
||||
"Polish Rocketry Society / \u0141ukasz & Alex kazanski (Polish)<br><br>" +
|
||||
"Mauro Biasutti (Italian)<br>" +
|
||||
"Vladimir Beran (Czech)<br>" +
|
||||
"Polish Rocketry Society / \u0141ukasz & Alex kazanski (Polish)<br>" +
|
||||
"Yilun Zhu (Simplified Chinese)<br><br>" +
|
||||
"<b>OpenRocket utilizes the following libraries:</b><br><br>" +
|
||||
"MiG Layout (http://www.miglayout.com/)<br>" +
|
||||
"JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
|
||||
@ -69,7 +70,7 @@ public class AboutDialog extends JDialog {
|
||||
|
||||
sub.add(new StyledLabel("OpenRocket", 20), "ax 50%, growy, wrap para");
|
||||
sub.add(new StyledLabel(trans.get("lbl.version").trim() + " " + version, 3), "ax 50%, growy, wrap rel");
|
||||
sub.add(new StyledLabel("Copyright " + Chars.COPY + " 2007-2013 Sampo Niskanen and others"), "ax 50%, growy, wrap para");
|
||||
sub.add(new StyledLabel("Copyright " + Chars.COPY + " 2007-2017 Sampo Niskanen and others"), "ax 50%, growy, wrap para");
|
||||
|
||||
sub.add(new URLLabel(OPENROCKET_URL), "ax 50%, growy, wrap para");
|
||||
panel.add(sub, "grow");
|
||||
|
Loading…
x
Reference in New Issue
Block a user