Fix application descriptions.

This commit is contained in:
Christophe Benz 2011-03-31 19:35:46 +02:00 committed by Romain Bignon
commit c7ff4640a0
17 changed files with 25 additions and 26 deletions

View file

@ -24,7 +24,7 @@ class QWebContentEdit(QtApplication):
APPNAME = 'qwebcontentedit'
VERSION = '0.8'
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
DESCRIPTION = "Qt application for managing content on supported websites"
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
CAPS = ICapContent
def main(self, argv):