summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--langpacks/english/Plugins/PluginUpdater.txt2
-rw-r--r--langpacks/russian/Untranslated/PluginUpdater.txt2
-rw-r--r--plugins/PluginUpdater/src/Options.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/langpacks/english/Plugins/PluginUpdater.txt b/langpacks/english/Plugins/PluginUpdater.txt
index 737dd0e48a..942f6a7d5c 100644
--- a/langpacks/english/Plugins/PluginUpdater.txt
+++ b/langpacks/english/Plugins/PluginUpdater.txt
@@ -88,7 +88,7 @@
[Close popup]
[Do nothing]
;file \plugins\PluginUpdater\src\Options.cpp
-[Backup profile after update]
+[Backup profile before update]
[Stable version (incompatible with current development version)]
[hours]
[days]
diff --git a/langpacks/russian/Untranslated/PluginUpdater.txt b/langpacks/russian/Untranslated/PluginUpdater.txt
index 54c9e8b0ea..dfd6acd777 100644
--- a/langpacks/russian/Untranslated/PluginUpdater.txt
+++ b/langpacks/russian/Untranslated/PluginUpdater.txt
@@ -1,4 +1,4 @@
[Update options]
[Backup database before update (requires db_autobackups)]
[Plugin updater URI scheme]
-[Backup profile after update]
+[Backup profile before update]
diff --git a/plugins/PluginUpdater/src/Options.cpp b/plugins/PluginUpdater/src/Options.cpp
index 04f563cae2..05ce2692b3 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 after update"));
+ SetDlgItemText(hwndDlg, IDC_BACKUP, LPGENT("Backup profile before update"));
if(opts.bBackup)
CheckDlgButton(hwndDlg, IDC_BACKUP, BST_CHECKED);
}