~aacid/address-book-app/addi18ntr

« back to all changes in this revision

Viewing changes to src/imports/ContactView/ContactFetchError.qml

  • Committer: Albert Astals
  • Date: 2014-09-29 13:21:44 UTC
  • Revision ID: albert.astals@canonical.com-20140929132144-j1tdywctqegmxhu4
Add i18n.tr

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        text: i18n.tr("Contact not found")
27
27
 
28
28
        Button {
29
 
            text: "Cancel"
 
29
            text: i18n.tr("Cancel")
30
30
            gradient: UbuntuColors.greyGradient
31
31
            onClicked: {
32
32
                PopupUtils.close(dialogue)