forked from CastroFidel/PortWINE
update RU language
This commit is contained in:
@ -20,11 +20,10 @@ if try_download "https://lol.secure.dyn.riotcdn.net/channels/public/x/installer/
|
||||
then
|
||||
pw_start_progress_bar_block "Installing League of Legends."
|
||||
if [[ "$LANGUAGE" == "ru" ]] ; then
|
||||
yad_info "Вы должны нажать кнопку установки, не изменяя настроек!"
|
||||
fi
|
||||
if [ "${update_loc}" = "ENG" ] ; then
|
||||
yad_info "You must click the install button without changing the settings!"
|
||||
fi
|
||||
yad_info "Вы должны нажать кнопку установки, не изменяя настроек!"
|
||||
else
|
||||
yad_info "You must click the install button without changing the settings!"
|
||||
fi
|
||||
pw_kill_autostart RiotClientServices.exe &
|
||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||
portwine_exe="$WINEPREFIX/drive_c/Riot Games/Riot Client/RiotClientServices.exe"
|
||||
|
Reference in New Issue
Block a user