From 5e3c36b29e29ad957fae2fe000cf388e2cf7e4ae Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 24 Nov 2023 17:49:19 +0100 Subject: [PATCH] fix text to translate --- wire_g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire_g b/wire_g index e59472d..9c2ba98 100755 --- a/wire_g +++ b/wire_g @@ -334,8 +334,8 @@ SELECTION=$(yad --no-klick --list --center \ --rest=${WG_WDIR}tunnel.txt \ --text=$"Activ Tunnel: $ACTIVE ----------------------------------------------------------------------------------------------------- -If no Tunnels are listed, -so they have to import their Tunnel beforehand.") +If no tunnels are listed, +you must first import your tunnel.") RET=$? [[ $? -eq 1 ]] && exit 0