VirtualBox

Changeset 24555 in vbox


Ignore:
Timestamp:
Nov 10, 2009 3:20:40 PM (15 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: fix a bunch of error messages which weren't converted to utf8 parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r24345 r24555  
    33353335    {
    33363336        return setError(E_INVALIDARG,
    3337                         tr("Cannot register the hard disk '%ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
     3337                        tr("Cannot register the hard disk '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
    33383338                        aHardDisk->locationFull().raw(),
    33393339                        aHardDisk->id().raw(),
     
    34533453    {
    34543454        return setError(VBOX_E_INVALID_OBJECT_STATE,
    3455                         tr("Cannot register the CD/DVD image '%ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
     3455                        tr("Cannot register the CD/DVD image '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
    34563456                        aImage->locationFull().raw(),
    34573457                        aImage->id().raw(),
     
    35563556    {
    35573557        return setError(VBOX_E_INVALID_OBJECT_STATE,
    3558                         tr("Cannot register the floppy image '%ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
     3558                        tr("Cannot register the floppy image '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),
    35593559                        aImage->locationFull().raw(),
    35603560                        aImage->id().raw(),
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