~costales/unav/0.68-centerpos-btn-landscape

« back to all changes in this revision

Viewing changes to qml/DownloadVoices.qml

  • Committer: costales
  • Date: 2017-01-18 17:17:26 UTC
  • Revision ID: costales.marcos@gmail.com-20170118171726-3ikfxggkfv38xcfw
New readme in create voices

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
         Dialog {
219
219
            id: addVoice
220
220
            title: i18n.tr("About the voices")
221
 
            text: i18n.tr("The stars are for the recommended voices.\n\nYou can add a new voice in uNav following these steps:\n\n%1\n").arg("http://people.ubuntu.com/~costales/README.txt")
 
221
            Label {
 
222
                width: parent.width
 
223
                color: UbuntuColors.slate
 
224
                wrapMode: Text.WordWrap
 
225
                horizontalAlignment: Text.AlignHCenter
 
226
                text: i18n.tr("The stars are for the recommended voices.")
 
227
                onLinkActivated: Qt.openUrlExternally(link)
 
228
            }
 
229
            Label {
 
230
                width: parent.width
 
231
                color: UbuntuColors.slate
 
232
                wrapMode: Text.WordWrap
 
233
                horizontalAlignment: Text.AlignHCenter
 
234
                text: i18n.tr("You can add a new voice to uNav following these steps:")
 
235
                onLinkActivated: Qt.openUrlExternally(link)
 
236
            }
 
237
            Label {
 
238
                width: parent.width
 
239
                color: UbuntuColors.slate
 
240
                wrapMode: Text.WordWrap
 
241
                horizontalAlignment: Text.AlignHCenter
 
242
                text: "<a href='http://people.ubuntu.com/~costales/README.html'>" + i18n.tr("How to add a voice") + "</a>"
 
243
                onLinkActivated: Qt.openUrlExternally(link)
 
244
            }
222
245
            Button {
223
246
                text: i18n.tr("Close")
224
247
                color: UbuntuColors.red