VirtualBox

Changeset 3951 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 31, 2007 7:47:27 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Better GA Download UI spelling.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r3943 r3951  
    240240        mainLayout->addItem (spacer);
    241241
    242         languageChange();
    243         mStatusBar->addWidget (this);
    244 
    245242        /* Select the product version */
    246243        QString version = vboxGlobal().virtualBox().GetVersion();
     
    265262                 this, SLOT (processAbort()));
    266263
     264        languageChange();
     265        mStatusBar->addWidget (this);
     266
    267267        /* Try to get the required file for the information */
    268268        mHttp->get (mPath + mFile);
     
    272272    {
    273273        mCancelButton->setText (tr ("Cancel"));
    274         QToolTip::add (mProgressBar, tr ("VirtualBox Guest Additions Image "
    275                                          "downloading progress"));
    276         QToolTip::add (mCancelButton, tr ("Press to cancel VirtualBox Guest "
    277                                           "Additions Image downloading process"));
     274        QToolTip::add (mProgressBar, tr ("Downloading the VirtualBox Guest Additions CD image "
     275                                         "from <nobr><b>%1</b>...</nobr>")
     276                                     .arg (mProtocol + mHost + mPath + mFile));
     277        QToolTip::add (mCancelButton, tr ("Cancel the VirtualBox Guest "
     278                                          "Additions CD image download"));
    278279    }
    279280
     
    349350    {
    350351        mHttp->abort();
    351         abortDownload (tr ("Download aborted by user."));
     352        abortDownload (tr ("The download process has been cancelled "
     353                           "by the user."));
    352354    }
    353355
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r3947 r3951  
    12591259    return message (&vboxGlobal().consoleWnd(), Question,
    12601260                    tr ("<p>Failed to find the VirtualBox Guest Additions "
    1261                         "CD image <nobr><b>%1</b></nobr> or "
     1261                        "CD image file <nobr><b>%1</b></nobr> or "
    12621262                        "<nobr><b>%2</b>.</nobr></p><p>Do you want to "
    1263                         "download this image from the Internet?</p>")
     1263                        "download this CD image from the Internet?</p>")
    12641264                        .arg (aSrc1).arg (aSrc2),
    12651265                    0, /* autoConfirmId */
     
    12941294{
    12951295    return message (&vboxGlobal().consoleWnd(), Question,
    1296                     tr ("<p>The VirtualBox Guest Additions CD image was "
     1296                    tr ("<p>The VirtualBox Guest Additions CD image has been "
    12971297                        "successfully downloaded from "
    12981298                        "<nobr><a href=\"%1\">%2</a></nobr> "
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette