~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-zesty-2171

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ToolbarActions.qml

  • Committer: Tarmac
  • Author(s): tpeeters
  • Date: 2013-05-31 11:12:02 UTC
  • mfrom: (515.2.11 translations)
  • Revision ID: tarmac-20130531111202-on7yosuk135vfxp5
Enable UI Toolkit translations in Launchpad. Fixes: https://bugs.launchpad.net/bugs/1175724.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
     */
84
84
    property Action back: Action {
85
85
        iconSource: Qt.resolvedUrl("artwork/back.png")
86
 
        text: "Back"
 
86
        text: i18n.tr("Back")
87
87
        visible: toolbarActions.__pageStack && toolbarActions.__pageStack.depth > 1
88
88
        /*!
89
89
          \internal