mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-20 07:35:39 +00:00
STEAM_SYNC: fixed some texts
This commit is contained in:
parent
e25603da19
commit
74c681fbe7
|
@ -192,9 +192,9 @@ if [[ $steam_sync == "true" ]]; then
|
||||||
python3 /app/libexec/steam-sync/steam-sync.py
|
python3 /app/libexec/steam-sync/steam-sync.py
|
||||||
) |
|
) |
|
||||||
zenity --progress \
|
zenity --progress \
|
||||||
--title="Synching with Steam" \
|
--title="Syncing with Steam" \
|
||||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
--text="Synching favorite game with Steam, please wait." \
|
--text="Syncing favorite games with Steam, please wait." \
|
||||||
--percentage=25 \
|
--percentage=25 \
|
||||||
--pulsate \
|
--pulsate \
|
||||||
--auto-close \
|
--auto-close \
|
||||||
|
|
Loading…
Reference in a new issue