Fix typo.
authorCarl Hetherington <cth@carlh.net>
Sun, 18 Oct 2020 18:00:25 +0000 (20:00 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 18 Oct 2020 18:00:25 +0000 (20:00 +0200)
src/tools/dcpomatic_playlist.cc

index 50fed2c9402dd758aeffffc3e9540feffb51d654..6bf2e20b4690184de4f734f1a6e5e976222ed2e4 100644 (file)
@@ -518,7 +518,7 @@ private:
        {
                optional<boost::filesystem::path> dir = Config::instance()->player_playlist_directory();
                if (!dir) {
-                       error_dialog (this, _("No playlist folder is specified in preferences.  Please set on and then try again."));
+                       error_dialog (this, _("No playlist folder is specified in preferences.  Please set one and then try again."));
                        return;
                }
                playlist->write (*dir / (playlist->id() + ".xml"));