diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-10 21:59:53 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-10 21:59:53 +0200 |
| commit | cccb6a3b79a96b485de916417e9a82f9b942533c (patch) | |
| tree | 0c81695327ced7cf6b1510f1984bb71fe67d2c46 | |
| parent | 9373817b38ae92f5aa185059ddd235a57cc39670 (diff) | |
| download | unitmaster-cccb6a3b79a96b485de916417e9a82f9b942533c.tar.gz unitmaster-cccb6a3b79a96b485de916417e9a82f9b942533c.zip | |
add github link to about page
| -rw-r--r-- | src/qml/pages/AboutPage.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/pages/AboutPage.qml b/src/qml/pages/AboutPage.qml index 5fe42a0..709a057 100644 --- a/src/qml/pages/AboutPage.qml +++ b/src/qml/pages/AboutPage.qml @@ -21,7 +21,8 @@ Page { width: parent.width horizontalAlignment: TextEdit.AlignHCenter text: "Unit Master\nCopyright 2013 Oskari Timperi\n\nThe -application icon is derived from the Meanicons Icon Set\n(http://www.meanicons.com/)." +application icon is derived from the Meanicons Icon Set\n(http://www.meanicons.com/).\n\n +You can report bugs and feature requests on github. If you feel like it, fork it!" } Button { |
