Changeset 14448
- Timestamp:
- Jan 12, 2015, 6:18:52 AM (7 years ago)
- Location:
- trunk/qt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/details.cc
r14446 r14448 1010 1010 Details::onIdleLimitChanged () 1011 1011 { 1012 //: Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" 1012 //: Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" (includes leading space after the number, if needed) 1013 1013 const QString unitsSuffix = tr (" minute(s)", 0, ui.idleSpin->value ()); 1014 1014 if (ui.idleSpin->suffix () != unitsSuffix) -
trunk/qt/prefs-dialog.cc
r14446 r14448 534 534 PrefsDialog::onIdleLimitChanged () 535 535 { 536 //: Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" 536 //: Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" (includes leading space after the number, if needed) 537 537 const QString unitsSuffix = tr (" minute(s)", 0, myIdleLimitSpin->value ()); 538 538 if (myIdleLimitSpin->suffix () != unitsSuffix) … … 573 573 PrefsDialog::onQueueStalledMinutesChanged () 574 574 { 575 //: Spin box suffix, "Download is inactive if data sharing stopped: [ 5 minutes ago ]" 575 //: Spin box suffix, "Download is inactive if data sharing stopped: [ 5 minutes ago ]" (includes leading space after the number, if needed) 576 576 const QString unitsSuffix = tr (" minute(s) ago", 0, myQueueStalledMinutesSpin->value ()); 577 577 if (myQueueStalledMinutesSpin->suffix () != unitsSuffix) -
trunk/qt/translations/transmission_en.ts
r14446 r14448 179 179 <location line="+115"/> 180 180 <source> minute(s)</source> 181 <extracomment>Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" </extracomment>181 <extracomment>Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" (includes leading space after the number, if needed)</extracomment> 182 182 <translation> 183 183 <numerusform> minute</numerusform> … … 1640 1640 <location line="+162"/> 1641 1641 <source> minute(s)</source> 1642 <extracomment>Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" </extracomment>1642 <extracomment>Spin box suffix, "Stop seeding if idle for: [ 5 minutes ]" (includes leading space after the number, if needed)</extracomment> 1643 1643 <translation> 1644 1644 <numerusform> minute</numerusform> … … 1649 1649 <location line="+39"/> 1650 1650 <source> minute(s) ago</source> 1651 <extracomment>Spin box suffix, "Download is inactive if data sharing stopped: [ 5 minutes ago ]" </extracomment>1651 <extracomment>Spin box suffix, "Download is inactive if data sharing stopped: [ 5 minutes ago ]" (includes leading space after the number, if needed)</extracomment> 1652 1652 <translation type="unfinished"> 1653 1653 <numerusform></numerusform>
Note: See TracChangeset
for help on using the changeset viewer.