diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-03-28 19:09:23 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-03-28 19:09:23 +0000 |
commit | 3e28d286e0e13b688009caed819451069fedf109 (patch) | |
tree | e04787ab25bd01c098bde04dda67f1aa186717b6 /plugins/Db_autobackups | |
parent | deb10796ae4447c072fff33e2bb8bca2eeeb8ae6 (diff) |
deacapitalize Db_autobackups and OpenSSL
git-svn-id: http://svn.miranda-ng.org/main/trunk@16555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/src/zip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/zip.cpp b/plugins/Db_autobackups/src/zip.cpp index b1f296f62a..a0a3f42194 100644 --- a/plugins/Db_autobackups/src/zip.cpp +++ b/plugins/Db_autobackups/src/zip.cpp @@ -38,6 +38,6 @@ int CreateZipFile(const char *szDestPath, OBJLIST<ZipFile> &lstFiles, const std: }
}
- zipClose(hZip, CMStringA(FORMAT, Translate("Miranda NG [%s] Database Backup"), g_szMirVer));
+ zipClose(hZip, CMStringA(FORMAT, Translate("Miranda NG [%s] database backup"), g_szMirVer));
return ret;
}
\ No newline at end of file |