diff options
-rw-r--r-- | plugins/Dbx_tree/src/FileAccess.cpp | 2 | ||||
-rw-r--r-- | plugins/SkypeStatusChange/src/Version.h | 2 |
2 files changed, 2 insertions, 2 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,
diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/Version.h index 286f3d7c46..88ea62a5eb 100644 --- a/plugins/SkypeStatusChange/src/Version.h +++ b/plugins/SkypeStatusChange/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "SkypeStatusChange"
#define __FILENAME "SkypeStatusChange.dll"
-#define __DESCRIPTION "Skype Status Change according to miranda-Status."
+#define __DESCRIPTION "Skype Status Change according to Miranda-Status."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
#define __AUTHORWEB "http://miranda-ng.org/p/SkypeStatusChange/"
|