Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-26851

Correct the delete warning message title and interrogative sentence

    XMLWordPrintable

Details

    • I40933c5e1b231d3d2e3274b4d669267d26ba8cfc

    Description

      When deleting files from qfiledialog a message box with "Save" title is displayed with the following text : "Are sure you want to delete '<file name>'?"

      In qfiledialog cpp source file (http://qt.gitorious.org/qt/qt/blobs/4.7/src/gui/dialogs/qfiledialog.cpp) I have found this:

      QFileDialog::tr("Are sure you want to delete '%1'?")

      The interrogative sentence is incorrect, it should be:

      "Are you sure you want to delete '%1'?"

      and the title of message box should be "Delete".

      Attachments

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

        Activity

          People

            mitch_curtis Mitch Curtis
            anna_m Anna Mkrtichyan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes