Skip to content

Commit a408348

Browse files
committed
minor title casing
1 parent 27e87b3 commit a408348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|Logo|
22

3-
AMYPET
3+
AmyPET
44
======
55

66
Amyloid imaging to prevent Alzheimer's Disease.

amypet/gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ def print_not_none(value, **kwargs):
239239
"name": "Help", "items": [{
240240
"type": "Link", "menuTitle": "🌐 View source (online)",
241241
"url": "https://github.com/AMYPAD/amypet"}, {
242-
"type": "AboutDialog", "menuTitle": "🔍 About", "name": "AMYPET Pipeline",
243-
"description": "GUI to run AMYPET tools", "version": __version__,
242+
"type": "AboutDialog", "menuTitle": "🔍 About", "name": "AmyPET Pipeline",
243+
"description": "GUI to run AmyPET tools", "version": __version__,
244244
"copyright": "2021", "website": "https://amypad.eu",
245245
"developer": "https://github.com/AMYPAD", "license": __licence__}]}])
246246
def main(args=None, gui_mode=True):

0 commit comments

Comments
 (0)