Commit a21dea27 authored by Mikhail Tergoev's avatar Mikhail Tergoev

minor fix typos

parent b83009cd
...@@ -58,7 +58,7 @@ change_locale () { ...@@ -58,7 +58,7 @@ change_locale () {
echo "" echo ""
else else
[[ ! -f "${pw_yad_v13_0}" ]] && pw_yad_v13_0="yad" [[ ! -f "${pw_yad_v13_0}" ]] && pw_yad_v13_0="yad"
SET_LANG=$("${pw_yad_v13_0}" --title "LAUNGUAGE" --text "Select the language:" --list --radiolist \ SET_LANG=$("${pw_yad_v13_0}" --title "LANGUAGE" --text "Select the language:" --list --radiolist \
--column="Set:" --column "Choose language:" TRUE "ru" FALSE "en" \ --column="Set:" --column "Choose language:" TRUE "ru" FALSE "en" \
--window-icon "$PW_GUI_ICON_PATH/portproton.svg" --width=300 --height=150) --window-icon "$PW_GUI_ICON_PATH/portproton.svg" --width=300 --height=150)
SET_LANG="$(echo "${SET_LANG}" | awk -F'|' '{print $2}')" SET_LANG="$(echo "${SET_LANG}" | awk -F'|' '{print $2}')"
......
...@@ -9,7 +9,7 @@ start_portwine ...@@ -9,7 +9,7 @@ start_portwine
if try_download "https://redirect.lesta.ru/LGC/Lesta_Game_Center_Install_RU.exe" "${PW_AUTOINSTALL_EXE}" no_mirror if try_download "https://redirect.lesta.ru/LGC/Lesta_Game_Center_Install_RU.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
then then
pw_start_progress_bar_block "Starting LGC installation..." pw_start_progress_bar_install_game "Lesta Game Center"
pw_kill_autostart lgc.exe & pw_kill_autostart lgc.exe &
pw_run "${PW_AUTOINSTALL_EXE}" pw_run "${PW_AUTOINSTALL_EXE}"
portwine_exe="$WINEPREFIX/drive_c/ProgramData/Lesta/GameCenter/api/lgc_api.exe" portwine_exe="$WINEPREFIX/drive_c/ProgramData/Lesta/GameCenter/api/lgc_api.exe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment