~kissiel/checkbox/translations

« back to all changes in this revision

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

  • Committer: Maciej Kisielewski
  • Date: 2015-10-07 17:04:55 UTC
  • Revision ID: maciej.kisielewski@canonical.com-20151007170455-d7vsctu3n3e6sfxd
checkbox-touch: add comments for translators

Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
            Label {
57
57
                fontSize: "large"
58
58
                Layout.fillHeight: true
 
59
                // TRANSLATORS: this string will be followed by either "PASSED" or "FAILED"
59
60
                text : i18n.tr("This test ")
60
61
                wrapMode: Text.WrapAtWordBoundaryOrAnywhere
61
62
            }