Browse Source

Update attribution

Jakob Truelsen 16 years ago
parent
commit
c640590e67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docparts.cc

+ 1 - 1
src/docparts.cc

@@ -63,7 +63,7 @@ void CommandLineParserPrivate::outputAuthors(Outputter * o) const {
 	o->paragraph(
 		QString::fromUtf8(
 			"Written by Jakob Truelsen. "
-			"Patches by Patches by Mário Silva and Emmanuel Bouthenot."));
+			"Patches by Mário Silva, Benoit Garret and Emmanuel Bouthenot."));
 	o->endSection();
 }