Changeset 25133 in vbox
- Timestamp:
- Dec 1, 2009 4:51:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProgressDialog.cpp
r25123 r25133 214 214 QString strSeconds = VBoxGlobal::secondsToString(seconds); 215 215 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\""); 218 218 219 219 if (newTime > VBOX_DAY * 2 + VBOX_HOUR)
Note:
See TracChangeset
for help on using the changeset viewer.