From 1d562f91e8bfc5fadc75b0088a80eb97989ac76f Mon Sep 17 00:00:00 2001 From: RMN Date: Sun, 30 Aug 2015 13:34:06 +0000 Subject: - cosmetics and grammar correction; - Toaster translation template updated manually; - langpacks Russian and Ukrainian updated. git-svn-id: http://svn.miranda-ng.org/main/trunk@15116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Options.cpp | 2 +- plugins/Toaster/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/PluginUpdater/src/Options.cpp b/plugins/PluginUpdater/src/Options.cpp index 05ce2692b3..64b2a9b2eb 100644 --- a/plugins/PluginUpdater/src/Options.cpp +++ b/plugins/PluginUpdater/src/Options.cpp @@ -84,7 +84,7 @@ static INT_PTR CALLBACK UpdateNotifyOptsProc(HWND hwndDlg, UINT msg, WPARAM wPar if (ServiceExists(MS_AB_BACKUP)) { EnableWindow(GetDlgItem(hwndDlg, IDC_BACKUP), TRUE); - SetDlgItemText(hwndDlg, IDC_BACKUP, LPGENT("Backup profile before update")); + SetDlgItemText(hwndDlg, IDC_BACKUP, LPGENT("Backup database before update")); if(opts.bBackup) CheckDlgButton(hwndDlg, IDC_BACKUP, BST_CHECKED); } diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index 007391119b..72fe21d1fc 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -47,7 +47,7 @@ extern "C" int __declspec(dllexport) Load(void) { if (FAILED(TryCreateShortcut())) { - MessageBox(NULL, TranslateT("Failed create shortcut"), _T(MODULE), MB_OK | MB_ICONERROR); + MessageBox(NULL, TranslateT("Failed to create shortcut"), _T(MODULE), MB_OK | MB_ICONERROR); } } -- cgit v1.2.3