added two more contributors
This commit is contained in:
parent
c99dd6c7d6
commit
88afe069fb
3 changed files with 5 additions and 2 deletions
|
|
@ -10,3 +10,5 @@ CONTRIBUTORS
|
|||
- Silviu Vulcan (silviuvulcan)
|
||||
- Michael Käufl (michael-k)
|
||||
- Patrik Nilsson (AsavarTzeth)
|
||||
- Alexey (lewa)
|
||||
- clovis86
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ MenuItem {
|
|||
donateurl: constant.donateUrl,
|
||||
text: qsTr("Author: %1").arg("Hauke Schade 2012-2014") + "<br/>"
|
||||
+ qsTr("Thanks to:") + " "
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson",
|
||||
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86",
|
||||
homepageurl: constant.website,
|
||||
issuetrackertext: qsTr("If you encounter bugs or have feature requests, please visit the Issue Tracker"),
|
||||
issuetrackerurl: constant.issueTrackerUrl
|
||||
|
|
|
|||
|
|
@ -123,7 +123,8 @@ Page {
|
|||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
|
||||
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson"
|
||||
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, "
|
||||
+ "Patrik Nilsson, Alexey, clovis86"
|
||||
}
|
||||
|
||||
// -- Feature Requests & Bugs --
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue