From c2a50e3afb0226a433e1e2a25c0ab1dc4b218af7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Feb 2018 18:51:23 +0000 Subject: [PATCH] Typo --- src/freedombone-controlpanel-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index 553a1980..d3d5ef30 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -893,7 +893,7 @@ function show_your_email_address { bdsmail_address=$(cat ~/.mutt/bdsmail | grep 'set from=' | awk -F '=' '{print $2}') dialog --title $"Show your Email Address" \ --backtitle $"Freedombone User Control Panel" \ - --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${USER}@${bdsmail_address{" 17 90 + --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${USER}@${bdsmail_address}" 17 90 fi }