summaryrefslogtreecommitdiff
path: root/pith/mailview.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
committerEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
commit1c6f750f40551447f0ea214c993845238fd729cd (patch)
tree0b44463c93b425df92601b752edfd4d384eb0fa6 /pith/mailview.c
parent480bf4063f7d31b7d2c9ec8edd9fc4280ffb39ee (diff)
downloadalpine-1c6f750f40551447f0ea214c993845238fd729cd.tar.xz
temporary commit while I update master
Diffstat (limited to 'pith/mailview.c')
-rw-r--r--pith/mailview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/mailview.c b/pith/mailview.c
index 450d3f85..1d71e7a0 100644
--- a/pith/mailview.c
+++ b/pith/mailview.c
@@ -390,7 +390,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int
return;
gf_puts(padding, pc);
- utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%s", _("[More Details]"));
+ utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "[%s]", _("More Details"));
if(F_ON(F_VIEW_SEL_ATTACH, ps_global) && handlesp){
char buf[16], color[64];