浏览代码

Update attribution

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(
 		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();
 }