aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-18 09:52:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-18 09:52:35 +0000
commit6d88e0698d65a2d72319babe59832b5dca4a6265 (patch)
tree2ed2b63b35b93846541746a0c2fb6bbaa0bbfdaf /src
parenta80079c9ef5b0a1d8736bb1442a88d1bf0a10fea (diff)
modified encrypt-to-self pref text.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3349 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/prefs_account_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c
index 6f56515e..a9cb5335 100644
--- a/src/prefs_account_dialog.c
+++ b/src/prefs_account_dialog.c
@@ -1459,7 +1459,7 @@ static void prefs_account_privacy_create(void)
PACK_CHECK_BUTTON (vbox2, encrypt_reply_chkbtn,
_("Encrypt when replying to encrypted message"));
PACK_CHECK_BUTTON (vbox2, encrypt_to_self_chkbtn,
- _("Add my own key to the recipients list"));
+ _("Add my own key to the recipients list on encryption"));
PACK_CHECK_BUTTON (vbox2, ascii_armored_chkbtn,
_("Use ASCII-armored format for encryption"));
PACK_CHECK_BUTTON (vbox2, clearsign_chkbtn,