Skip to content

Commit 98556f7

Browse files
committed
Corrected typos in ‘About...’ box.
1 parent 4ecd0fb commit 98556f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nbproject/private/private.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1">
44
<file>
55
<url>src/net/talvi/puffinplot/window/MainWindow.java</url>
6-
<line>68</line>
6+
<line>67</line>
77
</file>
88
</editor-bookmarks>
99
</project-private>

src/net/talvi/puffinplot/window/AboutBox.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private String gsp(String property) {
4141
private String getContent() {
4242
final String fmt =
4343
"PuffinPlot is a program for showing, exploring, and analysing "
44-
+ "palæomagnetic data. Copyright 2012–%s Pontus "
44+
+ "palæomagnetic data. Copyright 2012 Pontus "
4545
+ "Lurcock ([email protected]). "
4646
+ "PuffinPlot is free software: you can redistribute it and/or "
4747
+ "modify it under the terms of the GNU General Public License "
@@ -50,8 +50,8 @@ private String getContent() {
5050
+ "PuffinPlot is distributed in the hope that it will be useful, "
5151
+ "but WITHOUT ANY WARRANTY; without even the implied warranty "
5252
+ "of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. "
53-
+ "Please see the file LICENCE"
54-
+ "(supplied with PuffinPlot) or go to http://www.gnu.org/licenses/gpl.html"
53+
+ "Please see the file LICENCE (supplied with PuffinPlot) "
54+
+ "or go to http://www.gnu.org/licenses/gpl.html "
5555
+ "for details.\n\n"
5656
+ "System information: OS %s %s (%s), Java %s (%s)";
5757
String year = PuffinApp.getInstance().getBuildProperty("build.year");

0 commit comments

Comments
 (0)