From ebed4a6b9ace5287a1fc3740da1e10dbc8c15981 Mon Sep 17 00:00:00 2001 From: punix Date: Mon, 20 Nov 2023 20:31:56 +0100 Subject: [PATCH] about fix autoupdate --- wire_g | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wire_g b/wire_g index dbae137..56bde59 100755 --- a/wire_g +++ b/wire_g @@ -210,7 +210,7 @@ about(){ --borders=8 --buttons-layout=center --text-align=center \ --button="OK" --undecorated \ --field=$"Autoconnect on PC Start:CHK" TRUE \ - --field=$"Autoupdate:CHK" TRUE \ + --field=$"Search automatically for Wire-G updates:CHK" TRUE \ --image-on-top --image=${WG_PIC}wg-vpn-info.png \ --separator=" " --window-icon=${WG_PIC}wg-vpn.png \ --text=$"Wire-G Author: Désiré Werner Menrath \n @@ -246,7 +246,7 @@ about(){ --borders=8 --buttons-layout=center --text-align=center \ --button="OK" --undecorated \ --field=$"Autoconnect on PC Start:CHK" FALSE \ - --field=$"Autoupdate:CHK" FALSE \ + --field=$"Search automatically for Wire-G updates:CHK" FALSE \ --image-on-top --image=${WG_PIC}wg-vpn-info.png \ --separator=" " --window-icon=${WG_PIC}wg-vpn.png \ --text=$"Wire-G Author: Désiré Werner Menrath \n @@ -264,7 +264,7 @@ about(){ --borders=8 --buttons-layout=center --text-align=center \ --button="OK" --undecorated \ --field=$"Autoconnect on PC Start:CHK" TRUE \ - --field=$"Autoupdate:CHK" FALSE \ + --field=$"Search automatically for Wire-G updates:CHK" FALSE \ --image-on-top --image=${WG_PIC}wg-vpn-info.png \ --separator=" " --window-icon=${WG_PIC}wg-vpn.png \ --text=$"Wire-G Author: Désiré Werner Menrath \n