aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-25 09:22:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-25 09:22:31 +0000
commite624763821c63842dda0aefe7af37ac1bff0ffed (patch)
tree6379f89b15e070015b0235fa0919c398a76aebe4 /src
parent41b460724c6455eae000ab3dfbfa5553a597e030 (diff)
prefs_common_dialog.c: fixed description.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3135 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-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 ea1a8c9f..f48a2c08 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2040,7 +2040,7 @@ static GtkWidget *prefs_attach_create(void)
gtk_box_pack_start (GTK_BOX (vbox1), vbox2, FALSE, FALSE, 0);
PACK_CHECK_BUTTON(vbox2, chkbtn_show_attach_tab,
- _("Toggle attachment list with tab"));
+ _("Toggle attachment list view with tab"));
PACK_CHECK_BUTTON(vbox2, chkbtn_show_files_first,
_("Show attached files first on message view"));