~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to libcore/marlin-file-operations.c

  • Committer: Jeremy Wootten
  • Date: 2017-01-13 13:36:33 UTC
  • mfrom: (2444 pantheon-files)
  • mto: This revision was merged to the branch mainline in revision 2471.
  • Revision ID: jeremy@elementaryos.org-20170113133633-ajg6izr1e6irmj0g
Merge r2444

Show diffs side-by-side

added added

removed removed

Lines of Context:
3205
3205
        char *s;
3206
3206
        remaining_time = (total_size - transfer_info->num_bytes) / transfer_rate;
3207
3207
 
 
3208
 
3208
3209
        /// TRANSLATORS: %S will expand to a size like "2 bytes" or "3 MB", %T to a time duration like
3209
3210
        /// "2 minutes". So the whole thing will be something like "2 kb of 4 MB -- 2 hours left (4kb/sec)"
3210
3211
        /// The singular/plural form will be used depending on the remaining time (i.e. the %T argument).