~zyga/checkbox/session-changes

« back to all changes in this revision

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

"automatic merge of lp:~kissiel/checkbox/fix-1492319-yes-no-rename/ by tarmac [r=zyga][bug=1492319][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
            objectName: "passButton"
126
126
            unlatchedColor: UbuntuColors.green
127
127
            Layout.fillWidth: true
128
 
            text: i18n.tr("Yes")
 
128
            text: i18n.tr("Pass")
129
129
            onLatchedClicked: {
130
130
                test["outcome"] = "pass";
131
131
                latchingTestDone();
138
138
            objectName: "failButton"
139
139
            unlatchedColor: UbuntuColors.red
140
140
            Layout.fillWidth: true
141
 
            text: i18n.tr("No")
 
141
            text: i18n.tr("Fail")
142
142
            onLatchedClicked: {
143
143
                test["outcome"] = "fail";
144
144
                latchingTestDone();