diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-18 20:00:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-18 20:00:25 +0200 |
| commit | 4c0d8ea16deb997ff828767452d3aba560195267 (patch) | |
| tree | b60b2a045c9154ed833036f30f883fa44192d5f7 | |
| parent | d0be7e3154fccdf3f2de330d9cf200e01a9f4270 (diff) | |
Fix typo.
| -rw-r--r-- | src/tools/dcpomatic_playlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_playlist.cc b/src/tools/dcpomatic_playlist.cc index 50fed2c94..6bf2e20b4 100644 --- a/src/tools/dcpomatic_playlist.cc +++ b/src/tools/dcpomatic_playlist.cc @@ -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")); |
