Normalise labelling of types a bit.
[dcpomatic.git] / src / lib / imagemagick_content.cc
index d427e00b2e3f40211b5d33226d89ba905154174a..0c4e8401562215babbde28eb4fbe0dc38b7df621 100644 (file)
@@ -48,7 +48,7 @@ ImageMagickContent::ImageMagickContent (shared_ptr<const Film> f, shared_ptr<con
 string
 ImageMagickContent::summary () const
 {
-       return String::compose (_("Image: %1"), file().filename().string());
+       return String::compose (_("%1 [still]"), file().filename().string());
 }
 
 bool