VirtualBox

Changeset 8791 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 13, 2008 3:51:02 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: Backported r30770 (FE/Qt: NLS: Spelling.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp

    r8790 r8791  
    400400                .arg (RT_HIWORD (addVersion)).arg (RT_LOWORD (addVersion)) :
    401401            tr ("Not Detected", "guest additions");
    402         QString osType = console.GetGuest().GetOSTypeId().isNull() ?
    403             tr ("Not Detected", "guest os type") : console.GetGuest().GetOSTypeId();
     402        QString osType = console.GetGuest().GetOSTypeId();
     403        if (osType.isNull())
     404            osType = tr ("Not Detected", "guest os type");
    404405
    405406        result += hdrRow.arg (":/state_running_16px.png").arg (tr ("Runtime Attributes"));
     
    452453        if (hdStat.isNull())
    453454        {
    454             hdStat = composeArticle (tr ("Hard Disks not attached"));
     455            hdStat = composeArticle (tr ("No Hard Disks"));
    455456            hdStat += paragraph;
    456457        }
     
    486487        if (naStat.isNull())
    487488        {
    488             naStat = composeArticle (tr ("Network Adapters not attached"));
     489            naStat = composeArticle (tr ("No Network Adapters"));
    489490            naStat += paragraph;
    490491        }
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