VirtualBox

Changeset 25133 in vbox


Ignore:
Timestamp:
Dec 1, 2009 4:51:38 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: translation comment, right file this time

File:
1 edited

Legend:

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

    r25123 r25133  
    214214        QString strSeconds = VBoxGlobal::secondsToString(seconds);
    215215
    216         QString strTwoComp = tr ("%1, %2 remaining");
    217         QString strOneComp = tr ("%1 remaining");
     216        QString strTwoComp = tr ("%1, %2 remaining", "You may wish to translate this more like \"Time remaining: %1, %2\"");
     217        QString strOneComp = tr ("%1 remaining", "You may wish to translate this more like \"Time remaining: %1\"");
    218218
    219219        if (newTime > VBOX_DAY * 2 + VBOX_HOUR)
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