aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 06:04:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 06:04:44 +0000
commitee1788593bb8f61ce3e189e4942211e6d659bd47 (patch)
tree20cda9aeb1d27bc66c3266f3484d4923725b874d /src/prefs_common_dialog.c
parent2bc5a11a09274520c69e5d3afd378e37b90c0dab (diff)
modified setting label: 'Set only mail address when entering recipient from address book'
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2761 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index e7e76e8e..8399dec9 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2591,7 +2591,7 @@ static GtkWidget *prefs_other_create(void)
PACK_CHECK_BUTTON
(vbox_addr, checkbtn_add_address_only,
- _("Set only mail address when composing from address book"));
+ _("Set only mail address when entering recipient from address book"));
PACK_VSPACER (vbox_addr, vbox_spc, VSPACING_NARROW_2);