Merge branch 'development' of github.com:arcan1s/awesome-widgets into development

This commit is contained in:
2016-03-11 20:51:19 +03:00
20 changed files with 29 additions and 29 deletions

View File

@ -53,7 +53,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
text: i18n("Detailed information may be found on <a href=\"http://arcanis.name/projects/awesome-widgets/\">project homepage</a>")
text: i18n("Detailed information may be found on <a href=\"https://arcanis.me/projects/awesome-widgets/\">project homepage</a>")
onLinkActivated: Qt.openUrlExternally(link);
}