summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-17 00:59:52 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-17 00:59:52 +0000
commite120fc193547df8e0888534e87361294440dd5b7 (patch)
tree0a992f716ae06483c34bebe5c6f893a0b37518af /src
parent27f117ae597a89e39c749c03f12f90f283537e34 (diff)
Tidy.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
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;
}