diff --git a/gprMax/utilities.py b/gprMax/utilities.py index abfb4406..0dfe8f5d 100644 --- a/gprMax/utilities.py +++ b/gprMax/utilities.py @@ -31,7 +31,7 @@ def logo(version): version (str): Version number. """ - description = 'Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method' + description = '"Electromagnetic modelling software based on the Finite-Difference Time-Domain (FDTD) method"' copyright = 'Copyright (C) 2015-2016: The University of Edinburgh' authors = 'Authors: Craig Warren and Antonis Giannopoulos' licenseinfo1 = 'gprMax is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n' @@ -46,7 +46,7 @@ def logo(version): |___/|_| v""" + version - print('\n{}'.format('-' * get_terminal_size()[0])) + print('\n{}'.format('=' * get_terminal_size()[0])) print('{}'.format(logo))