Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-648

Incorrect "Finish" button label

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 3.0.6
    • 2.0.5
    • General
    • None
    • Mac OS X 10.10
      Wizard style set to "Aero"

    Description

      Bug:

      • The final page of the installer contains text "Click Done to exit ... " however the button's label is Finish.

      Expectation:

      • The text which points an user to click the button should contain the correct (same) name of the QWizard::FinishButton (Finish / Done)

      packagemanagergui.cpp:
      Lines 2911 -> 2915

      packagemanagergui.cpp
      #ifdef Q_OS_OSX
          m_msgLabel->setText(tr("Click Done to exit the %1 Wizard.").arg(productName()));
      #else
          m_msgLabel->setText(tr("Click Finish to exit the %1 Wizard.").arg(productName()));
      #endif
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            DavidKaya David Kaya
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes