Bob Mottram před 8 roky
rodič
revize
83907dad8a
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      src/freedombone-controlpanel-user

+ 3
- 3
src/freedombone-controlpanel-user Zobrazit soubor

@@ -353,7 +353,7 @@ function block_unblock_subject {
353 353
 function show_gpg_key {
354 354
     GPG_FINGERPRINT=$(gpg --fingerprint $MY_EMAIL_ADDRESS | grep -i "key fingerprint" | head -n 1 | awk -F '= ' '{print $2}')
355 355
     GPG_DATE=$(gpg --fingerprint $MY_EMAIL_ADDRESS | grep -i "pub" | head -n 1 | awk -F '/' '{print $2}' | awk -F ' ' '{print $2}')
356
-    dialog --title $"Your PGP/GPG Key" \
356
+    dialog --title $"My PGP/GPG Key" \
357 357
            --backtitle $"Freedombone User Control Panel" \
358 358
            --msgbox $"Email Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE" 12 70
359 359
 }
@@ -689,7 +689,7 @@ function menu_encryption_keys {
689 689
         data=$(tempfile 2>/dev/null)
690 690
         trap "rm -f $data" 0 1 2 5 15
691 691
         dialog --backtitle $"Freedombone User Control Panel" \
692
-               --title $"Your Encryption Keys" \
692
+               --title $"My Encryption Keys" \
693 693
                --radiolist $"Choose an operation:" 15 70 7 \
694 694
                1 $"Show your PGP/GPG key" off \
695 695
                2 $"Publish your PGP/GPG key so that others can find it" off \
@@ -798,7 +798,7 @@ function menu_top_level {
798 798
                5 $"Use IRC" off \
799 799
                6 $"Browse the Web" off \
800 800
                7 $"File Synchronization" off \
801
-               8 $"Your Encryption Keys" off \
801
+               8 $"My Encryption Keys" off \
802 802
                9 $"Set an outgoing email proxy" off \
803 803
                10 $"Administrator controls" off \
804 804
                11 $"Exit to the command line" off \