diff options
Diffstat (limited to 'src/lib/transcode_job.cc')
| -rw-r--r-- | src/lib/transcode_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index c71028794..4db7381c8 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -95,7 +95,7 @@ TranscodeJob::status () const s << Job::status (); if (!finished () && !_transcoder->finishing ()) { - /* TRANSLATORS: fps here is an abbreviation for frames per second */ + /// TRANSLATORS: fps here is an abbreviation for frames per second s << "; " << fixed << setprecision (1) << fps << " " << _("fps"); } |
