Don't give up on backups if config.xml isn't there (#2185).
[dcpomatic.git] / src / lib / send_kdm_email_job.cc
index fee7e9d3164eac66dcc170b48d330be5288048e2..d4d13fa48d6f5d9865aaa7782ff9f9ce72cc86f4 100644 (file)
@@ -89,7 +89,7 @@ SendKDMEmailJob::name () const
                return _("Email KDMs");
        }
 
-       return String::compose (_("Email KDMs for %2"), *f);
+       return String::compose (_("Email KDMs for %1"), *f);
 }