From bef62e1b8798788654a972ec79817c165a2cde5d Mon Sep 17 00:00:00 2001
From: Boria138 <boriabloger@protonmail.com>
Date: Wed, 18 Oct 2023 10:18:09 +0600
Subject: [PATCH] Added missing loc_create_pfx_backup_path

---
 data_from_portwine/scripts/lang | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data_from_portwine/scripts/lang b/data_from_portwine/scripts/lang
index 94aecada..fc7d3275 100755
--- a/data_from_portwine/scripts/lang
+++ b/data_from_portwine/scripts/lang
@@ -34,6 +34,8 @@ if [[ "${update_loc}" == "RUS" ]] ; then
     export loc_gui_download_other_wine="Скачать другую версию wine"
     export loc_gui_create_pfx_backup="Создать резервную копию префикса"
 
+    export loc_create_pfx_backup_path="РЕЗЕРВНОЕ КОПИРОВАНИЕ ПРЕФИКСА В..."
+
     export loc_gui_wine_uninstaller="Удаление программм"
     export loc_gui_wine_cfg="Настройка префикса"
     export loc_gui_wine_file="Файловый менеджер"
@@ -310,6 +312,8 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
     export loc_gui_download_other_wine="Get other Wine"
     export loc_gui_create_pfx_backup="Create prefix backup"
 
+    export loc_create_pfx_backup_path="BACKUP PREFIX TO..."
+
     export loc_gui_wine_uninstaller="Uninstaller"
     export loc_gui_wine_cfg="Prefix configuration"
     export loc_gui_wine_file="File manager"