From: Carl Hetherington Date: Sun, 18 Oct 2020 18:00:25 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v2.15.104~14 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4c0d8ea16deb997ff828767452d3aba560195267 Fix typo. --- 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 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"));