VirtualBox

Changeset 38336 in vbox


Ignore:
Timestamp:
Aug 8, 2011 9:02:14 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: some copy'n'paste typos from r73323

File:
1 edited

Legend:

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

    r38311 r38336  
    21772177    QFileInfo fi(strFolderName);
    21782178    message(pParent ? pParent : mainWindowShown(), Critical,
    2179             tr("<p>Cannot create the machine folder <b>%1</b> in the pParent folder <nobr><b>%2</b>.</nobr></p>"
    2180                "<p>Please check that the pParent really exists and that you have permissions to create the machine folder.</p>")
     2179            tr("<p>Cannot create the machine folder <b>%1</b> in the parent folder <nobr><b>%2</b>.</nobr></p>"
     2180               "<p>Please check that the parent really exists and that you have permissions to create the machine folder.</p>")
    21812181               .arg(fi.fileName()).arg(fi.absolutePath()));
    21822182}
     
    25332533        type = Critical;
    25342534        severity = tr("<nobr>Fatal Error</nobr>", "runtime error info");
    2535         autoConfimId += "fFatal.";
     2535        autoConfimId += "fatal.";
    25362536    }
    25372537    else if (state == KMachineState_Paused)
     
    25742574    {
    25752575        rc = message(mainMachineWindowShown(), type,
    2576             tr("<p>A fFatal error has occurred during virtual machine execution! "
     2576            tr("<p>A fatal error has occurred during virtual machine execution! "
    25772577               "The virtual machine will be powered off. Please copy the "
    25782578               "following error message using the clipboard to help diagnose "
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