diff --git a/wire_g b/wire_g index fc97adf..712ce39 100755 --- a/wire_g +++ b/wire_g @@ -99,9 +99,9 @@ import_wg(){ yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \ --image-on-top --image=${wg_pic}wg-info.png \ --fixed --center --buttons-layout=center --borders=8 \ - --text $"Oh da ging etwas schief. \n -Keine gültige Wireguard Datei. \n -Hier ein Beispiel: my_wireguard.conf \n" + --text $"Oh, something went wrong. \n +No valid Wireguard file. \n +Here is an example: my_wireguard.conf \n" import_wg fi fi ;; @@ -109,9 +109,9 @@ import_wg(){ *) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \ --image-on-top --image=${wg_pic}wg-info.png \ --fixed --center --buttons-layout=center --borders=8 \ - --text $"Oh da ging etwas schief. \n -Keine gültige Wireguard Datei. \n -Hier ein Beispiel: my_wireguard.conf \n" + --text $"Oh, something went wrong. \n +No valid Wireguard file. \n +Here is an example: my_wireguard.conf \n" import_wg ;; esac } export -f import_wg