summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2015-08-30 13:34:06 +0000
committerRMN <rmn@miranda-ng.org>2015-08-30 13:34:06 +0000
commit1d562f91e8bfc5fadc75b0088a80eb97989ac76f (patch)
tree93cbc73513029931045d72cc123d4e197cb52057 /plugins
parent10aaf104c7ad7f89fbc1a9eda713c99b21fdcfa2 (diff)
- 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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PluginUpdater/src/Options.cpp2
-rw-r--r--plugins/Toaster/src/main.cpp2
2 files changed, 2 insertions, 2 deletions
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);
}
}