Commit 1c05f29e authored by Maxim Slipenko's avatar Maxim Slipenko

fix: Add info about shortcut

parent b3937994
......@@ -46,7 +46,7 @@ if [[ "${update_loc}" == "RUS" ]] ; then
export inst_set="Выбор"
export inst_set_top="Установка ${portname}"
export ss_done="Ярлык создан в каталоге ${portname}.\nДобавить его в МЕНЮ -> Игры и на Рабочий стол?"
export sc_info="Ярлык будет создан в каталоге ${portname}."
export sc_name="Название"
export sc_menu_desktop="Добавить ярлык в МЕНЮ -> Игры и на Рабочий стол"
......@@ -293,7 +293,7 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
export inst_set="Choices"
export inst_set_top="Instaling ${portname}"
export ss_done="The shortcut was created in the ${portname} directory.\n Add it to MENU -> GAMES and Desktop?"
export sc_info="The shortcut will be created in the ${portname} directory."
export sc_name="Name"
export sc_menu_desktop="Add shortcut to MENU -> GAMES and Desktop"
......
......@@ -466,6 +466,7 @@ portwine_create_shortcut () {
OUTPUT=$("${pw_yad}" --title="${inst_set}." --form --borders=3 \
--window-icon "$PW_GUI_ICON_PATH/port_proton.png" \
--image "${PORT_WINE_PATH}/data/img/${PORTPROTON_NAME}.png" \
--field="${sc_info}":LBL \
--field="${sc_name}:" "${name_desktop}" \
--field="${sc_menu_desktop}":CHK "TRUE" \
--button="$loc_gui_create_shortcut":0)
......
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