Jakob Truelsen преди 16 години
родител
ревизия
c640590e67
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/docparts.cc

+ 1 - 1
src/docparts.cc

@@ -63,7 +63,7 @@ void CommandLineParserPrivate::outputAuthors(Outputter * o) const {
 	o->paragraph(
 	o->paragraph(
 		QString::fromUtf8(
 		QString::fromUtf8(
 			"Written by Jakob Truelsen. "
 			"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();
 	o->endSection();
 }
 }