VirtualBox

Changeset 22167 in vbox for trunk


Ignore:
Timestamp:
Aug 11, 2009 2:31:03 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Providing separate translation comment to VMM : Information Label ("Attached To:") for each of media types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp

    r20842 r22167  
    658658    mLbHD1->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Location")));
    659659    mLbHD2->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Type (Format)")));
    660     mLbHD3->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to")));
     660    mLbHD3->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to", "VMM: Virtual Disk")));
    661661
    662662    mLbCD1->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Location")));
    663     mLbCD2->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to")));
     663    mLbCD2->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to", "VMM: CD/DVD Image")));
    664664
    665665    mLbFD1->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Location")));
    666     mLbFD2->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to")));
     666    mLbFD2->setText (QString ("<nobr>%1:</nobr>").arg (tr ("Attached to", "VMM: Floppy Image")));
    667667
    668668    mProgressBar->setText (tr ("Checking accessibility"));
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