~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

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

  • Committer: Sylvain Pineau
  • Author(s): Po-Hsu Lin
  • Date: 2016-05-18 10:22:30 UTC
  • mfrom: (4352.3.1 touch-i18n-fix)
  • Revision ID: sylvain_pineau-20160518102230-fquud7dskld1f0mh
"automatic merge of lp:~cypressyew/checkbox/cbt-i18n/ by tarmac [r=kissiel][bug=][author=cypressyew]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        }, function(error) {
53
53
            console.error("Unable to start session: " + error);
54
54
            ErrorLogic.showError(mainView,
55
 
                                 i18n.tr("Could not start a session.  Reason:\n" + error),
 
55
                                 i18n.tr("Could not start a session. Reason:\n" + error),
56
56
                                 Qt.quit,
57
57
                                 i18n.tr("Quit"));
58
58
        });