~renatofilho/address-book-app/fix-1390128

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2014-09-29 15:31:59 UTC
  • mfrom: (307.1.1 staging)
  • Revision ID: tarmac-20140929153159-sfaixoehjwq9gt6p
Add i18n.tr.

Approved by PS Jenkins bot, Renato Araujo Oliveira Filho.

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)