Scripts version 2206

This commit is contained in:
Mikhail Tergoev
2023-07-07 16:53:47 +03:00
parent d247a7be11
commit 078efd5966
7 changed files with 26 additions and 14 deletions

View File

@ -20,7 +20,7 @@ else
fi
fi
if [ "${update_loc}" = "RUS" ] ; then
if [[ "${update_loc}" == "RUS" ]] ; then
export loc_gui_pw_reinstall_pp="Переустановить ${portname}"
export loc_gui_rm_pp="Удалить ${portname}"
export loc_gui_upd_pp="Проверить обновления"
@ -264,7 +264,7 @@ if [ "${update_loc}" = "RUS" ] ; then
export loc_gui_installing_the="Устанавливаем"
export loc_gui_please_wait="Пожалуйста подождите..."
elif [ "${update_loc}" = "ENG" ] ; then
elif [[ "${update_loc}" == "ENG" ]] ; then
export loc_gui_pw_reinstall_pp="REINSTALL ${portname}"
export loc_gui_rm_pp="REMOVE ${portname}"