diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-08-28 18:20:30 +0000 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-08-28 18:20:30 +0000 |
commit | 20be57b87e536cda399e355f905a36108ba36c69 (patch) | |
tree | 906689e5208d419abe3424be959537095947007a /plugins/Dbx_tree/src | |
parent | 97380ab127a7b51a0329bbfd9dac288932ab4c01 (diff) |
cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/src')
-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,
|