Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
[dcpomatic.git] / src / lib / transcode_job.cc
index 23a46d06dddcb7875a9247911d387028a0da802e..c7102879413b7f3a3a628a9596557c68b14b7aa0 100644 (file)
@@ -95,7 +95,8 @@ TranscodeJob::status () const
        s << Job::status ();
 
        if (!finished () && !_transcoder->finishing ()) {
-               s << "; " << fixed << setprecision (1) << fps << " " << _("frames per second");
+               /* TRANSLATORS: fps here is an abbreviation for frames per second */
+               s << "; " << fixed << setprecision (1) << fps << " " << _("fps");
        }
        
        return s.str ();