diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-17 01:02:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-17 01:02:13 +0000 |
| commit | cd35f8e7e6832581f64f5d364d61dc42839eb687 (patch) | |
| tree | c89cedb8d0edd1344cafd64b30218641b4e4b0d0 /src | |
| parent | b8cb646c2fc0dda578aecc212db3dfb141ab9e55 (diff) | |
| parent | e120fc193547df8e0888534e87361294440dd5b7 (diff) | |
Merge branch 'direct-mxf' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into direct-mxf
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 21c2ce760..e4f582472 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -284,7 +284,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; } |
