VirtualBox

Changeset 8906 in vbox for trunk/src


Ignore:
Timestamp:
May 16, 2008 4:46:20 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: NLS: Spelling.

File:
1 edited

Legend:

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

    r8894 r8906  
    940940{
    941941    message (&vboxGlobal().consoleWnd(), Error,
    942              tr ("<p>Could not enter %1 due to insufficient guest "
    943                  "video memory.</p>"
    944                  "<p>You should configure the VM to have at least <b>%2</b> "
    945                  "of video memory.</p>")
    946              .arg (aIsSeamless ? tr ("seamless mode") : tr ("fullscreen mode"))
     942             (aIsSeamless ?
     943                tr ("<p>Could not enter seamless mode due to insufficient guest "
     944                    "video memory.</p>"
     945                    "<p>You should configure the virtual machine to have at "
     946                    "least <b>%1</b> of video memory.</p>") :
     947                tr ("<p>Could not switch the guest display to fullscreen mode due "
     948                    "to insufficient guest video memory.</p>"
     949                    "<p>You should configure the virtual machine to have at "
     950                    "least <b>%1</b> of video memory.</p>"
     951                    "<p>Press <b>Ignore</b> to switch to fullscreen mode anyway "
     952                    "or press <b>Cancel</b> to cancel the operation.</p>"))
    947953             .arg (VBoxGlobal::formatSize (aMinVRAM)));
    948954}
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