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

« back to all changes in this revision

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

  • Committer: Po-Hsu Lin
  • Date: 2016-05-18 07:21:38 UTC
  • mto: This revision was merged to the branch mainline in revision 4358.
  • Revision ID: po-hsu.lin@canonical.com-20160518072138-dbtj02ahad32g3zb
cbt: Make i18n string easier to translate.

Remove extra space and typo correction.
Regroup string with arg(), to make it more complete to translator.

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
        });