Skip to content

Commit 6b06ed6

Browse files
author
paulmueller
committed
Typies in About Dialog.
1 parent 67b3ddd commit 6b06ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/doc.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
""" ScanFCS
2+
""" PyScanFCS
33
Paul Müller, Biotec - TU Dresden
44
55
Module doc
@@ -17,9 +17,9 @@
1717

1818

1919
def description():
20-
return """ScanFSC is a data displaying and processing
20+
return """PyScanFCS is a data displaying and processing
2121
tool for perpendicular line scanning FCS utilizing
22-
correlator.com correlators. FCSfit is written in Python."""
22+
correlator.com correlators. PyScanFCS is written in Python."""
2323

2424
def info(version):
2525
""" Returns a little info about our program and what it can do.
@@ -45,12 +45,12 @@ def info(version):
4545
return one + lizenz + texta
4646

4747
def licence():
48-
return """PyScanFSC is free software: you can redistribute it and/or modify it
48+
return """PyScanFCS is free software: you can redistribute it and/or modify it
4949
under the terms of the GNU General Public License as published
5050
by the Free Software Foundation, either version 2 of the License,
5151
or (at your option) any later version.
5252
53-
PyScanFSC is distributed in the hope that it will be useful,
53+
PyScanFCS is distributed in the hope that it will be useful,
5454
but WITHOUT ANY WARRANTY; without even the implied warranty of
5555
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5656
See the GNU General Public License for more details.

0 commit comments

Comments
 (0)