Bob Mottram 9 年前
父节点
当前提交
83907dad8a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/freedombone-controlpanel-user

+ 3
- 3
src/freedombone-controlpanel-user 查看文件

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