diff options
Diffstat (limited to 'src')
| -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")); |
