Tidy.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Feb 2013 00:59:52 +0000 (00:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Feb 2013 00:59:52 +0000 (00:59 +0000)
src/tools/dvdomatic.cc

index 5d944a934fe6c54bbe35c1ae9f1bbfa6522a282e..8b531d0a6acae00d3762638e1936c38ee21e14a7 100644 (file)
@@ -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;
                        }