diff options
Diffstat (limited to 'plugins/Dbx_tree/src/FileAccess.cpp')
-rw-r--r-- | plugins/Dbx_tree/src/FileAccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_tree/src/FileAccess.cpp b/plugins/Dbx_tree/src/FileAccess.cpp index 8f1158dbfc..144aa586e0 100644 --- a/plugins/Dbx_tree/src/FileAccess.cpp +++ b/plugins/Dbx_tree/src/FileAccess.cpp @@ -283,7 +283,7 @@ void CFileAccess::InitJournal() path);
} else {
LOG(logWARNING,
- TranslateT("Journal \"%s\" was found on start.\nBackups \"%s\"and \"%s\" could not be created in \"%s\"."),
+ TranslateT("Journal \"%s\" was found on start.\nBackups \"%s\" and \"%s\" could not be created in \"%s\"."),
fn?fn+1:m_Journal.FileName,
bfn?bfn+1:bckname,
jrn?jrn+1:bckjrnname,
|