VirtualBox

Changeset 4091 in vbox for trunk


Ignore:
Timestamp:
Aug 8, 2007 12:22:08 PM (17 years ago)
Author:
vboxsync
Message:

Wording

File:
1 edited

Legend:

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

    r4090 r4091  
    846846{
    847847    message (&vboxGlobal().consoleWnd(), Error,
    848              tr ("<p>Could not enter seamless in <b><nobr>%1x%2x"
    849                  "%3 bpp</nobr></b> mode due to lack of Guest OS Video memory. "
    850                  "You should have at least <b>%4</b> of Video Memory to enter "
    851                  "the Seamless Mode with such desktop parameters but "
    852                  "currently you have only <b>%5</b> available.</p>"
    853                  "<p>Increase the amount of Guest OS Video Memory "
    854                  "with using of Machine Settings Dialog to overcome "
    855                  "this prohibition.</p>")
    856              .arg (aWidth).arg (aHeight).arg (aBpp)
    857              .arg (VBoxGlobal::formatSize ((ULONG64) aWidth*aHeight*aBpp/8))
    858              .arg (VBoxGlobal::formatSize ((ULONG64) aVRam*_1M))
     848             tr ("<p>Could not enter seamless mode due to insufficient guest video memory.</p>"
     849                 "<p>You should configure the VM to have at least <b>%4</b> of video memory.</p>")
     850             .arg (VBoxGlobal::formatSize ((ULONG64) (aWidth*aHeight*aBpp/8+_1M-1)))
    859851    );
    860852}
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