diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml index 1fe8934cf..9e1d64f20 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml @@ -79,7 +79,7 @@ } // This tab is for the authors/contributors/credits Rectangle { - property string title: "Authors" + property string title: "Contributors" anchors.fill: parent; color: "#e3e3e3" Rectangle { anchors.fill: parent; anchors.margins: 20 diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml index b55ee86e9..307098bc6 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml @@ -62,6 +62,8 @@ ListModel { ListElement{ name:"Sami Korhonen" } ListElement{ name:"Thorsten Klose" } + + ListElement{ name:"Rick King" } ListElement{ name:"Hallvard Kristiansen" } @@ -92,6 +94,8 @@ ListModel { ListElement{ name:"Cathy Moss" } ListElement{ name:"Angus Peart" } + + ListElement{ name:"John Pike" } ListElement{ name:"Dmytro Poplavskiy" }