VirtualBox

Changeset 8906

Show
Ignore:
Timestamp:
05/16/08 18:46:20 (4 months ago)
Author:
vboxsync
Message:

FE/Qt: NLS: Spelling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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} 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy