Cosmetic fix, missing white space

This commit is contained in:
Alessio Treglia 2012-04-12 10:07:56 +02:00
parent 8045e8adac
commit 8180813307
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class LadiStatusIndicator(LadiStatusIcon):
self.auto_updater = timeout_add (250, self.update, None)
if __name__ == "__main__":
parser = argparse.ArgumentParser(description=_('system tray icon that allows users to start, stop and'
parser = argparse.ArgumentParser(description=_('system tray icon that allows users to start, stop and '
'monitor JACK, as well as start some JACK related applications'),
epilog=_('This program is part of the LADITools suite.'))
parser.add_argument('--no-appindicator',