diff options
| -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 { |
