| 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>")) |
|---|