summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-18 20:00:25 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-18 20:00:25 +0200
commit4c0d8ea16deb997ff828767452d3aba560195267 (patch)
treeb60b2a045c9154ed833036f30f883fa44192d5f7
parentd0be7e3154fccdf3f2de330d9cf200e01a9f4270 (diff)
Fix typo.
-rw-r--r--src/tools/dcpomatic_playlist.cc2
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"));