Skip to content

Commit

Permalink
txt
Browse files Browse the repository at this point in the history
  • Loading branch information
murkl committed Nov 3, 2024
1 parent ecc6831 commit c4c0c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2launcher
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ show_tweaks_menu() {
else
echo ":: Completed" >>"$tweak_log"
fi
zenity --text-info --width="800" --height="600" --title="Tweak Log" --ok-label="Ok" --cancel-label="Back" --font="monospace" --filename="$tweak_log"
zenity --text-info --width="800" --height="600" --title="Tweak Log" --ok-label="Ok" --cancel-label="Close" --font="monospace" --filename="$tweak_log"
return 0
}
# /////////////////////////////////////////////////////
Expand Down

0 comments on commit c4c0c02

Please sign in to comment.