~cypressyew/checkbox/i18n-empty-string

« back to all changes in this revision

Viewing changes to checkbox-touch/components/ResumeSessionPage.qml

  • Committer: Sylvain Pineau
  • Author(s): Po-Hsu Lin
  • Date: 2016-05-20 02:01:59 UTC
  • mfrom: (4366.1.1 trunk)
  • Revision ID: sylvain_pineau-20160520020159-14qom605y4l4en8v
"automatic merge of lp:~cypressyew/checkbox/cbt-update/ by tarmac [r=cypressyew][bug=][author=cypressyew]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
            id: deleteIncompleteButton
72
72
            objectName: "deleteIncompleteButton"
73
73
            visible: incompleteSessionCount > 0
74
 
            text: i18n.tr("Delete incomplete sessions (%0)").arg(incompleteSessionCount)
 
74
            text: i18n.tr("Delete incomplete sessions (%1)").arg(incompleteSessionCount)
75
75
            unlatchedColor: UbuntuColors.red
76
76
            Layout.fillWidth: true
77
77
            onLatchedClicked: {