Merge branch 'fix_garbled_fonts_macos' into 3.0

This commit is contained in:
ChrisTerBeke 2017-10-04 14:09:59 +02:00
commit b62c19206f
17 changed files with 99 additions and 41 deletions

View file

@ -217,7 +217,7 @@ UM.Dialog
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
text: licenseDialog.pluginName + catalog.i18nc("@label", " plugin contains a license.\nYou need to accept this license to install this plugin.\nDo you agree with the terms below?")
text: licenseDialog.pluginName + catalog.i18nc("@label", "This plugin contains a license.\nYou need to accept this license to install this plugin.\nDo you agree with the terms below?")
wrapMode: Text.Wrap
}