VirtualBox

Ignore:
Timestamp:
May 12, 2008 12:14:31 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: NLS: Spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h

    r8718 r8780  
    539539                .arg (RT_HIWORD (addVersion)).arg (RT_LOWORD (addVersion)) :
    540540            tr ("Not Detected", "guest additions");
    541         QString osType = console.GetGuest().GetOSTypeId().isNull() ?
    542             tr ("Not Detected", "guest os type") : console.GetGuest().GetOSTypeId();
     541        QString osType = console.GetGuest().GetOSTypeId();
     542        if (osType.isNull())
     543            osType = tr ("Not Detected", "guest os type");
    543544
    544545        result += hdrRow.arg ("state_running_16px.png").arg (tr ("Runtime Attributes"));
     
    591592        if (hdStat.isNull())
    592593        {
    593             hdStat = composeArticle (tr ("Hard Disks not attached"));
     594            hdStat = composeArticle (tr ("No Hard Disks"));
    594595            hdStat += paragraph;
    595596        }
     
    625626        if (naStat.isNull())
    626627        {
    627             naStat = composeArticle (tr ("Network Adapters not attached"));
     628            naStat = composeArticle (tr ("No Network Adapters"));
    628629            naStat += paragraph;
    629630        }
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