From: Carl Hetherington Date: Sun, 17 Feb 2013 00:59:52 +0000 (+0000) Subject: Tidy. X-Git-Tag: v2.0.48~1337^2~654^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e120fc193547df8e0888534e87361294440dd5b7;p=dcpomatic.git Tidy. --- diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 5d944a934..8b531d0a6 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -287,7 +287,7 @@ private: if (r == wxID_OK) { if (boost::filesystem::exists (d->get_path())) { - error_dialog (this, wxString::Format (_("The directory %s already exists"), d->get_path().c_str())); + error_dialog (this, wxString::Format (_("The directory %s already exists."), d->get_path().c_str())); return; }