From 6b19ea7e23bb115f322af1a0550d7fe23f9255c4 Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 8 Nov 2023 09:11:31 +0100 Subject: [PATCH] =?UTF-8?q?import=20Meldung=20=C3=BCbersetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wire_g | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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