summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-01 20:16:32 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-01 20:16:32 +0000
commit63e70539f6da00ac53a51ab3b05014d798fb4f10 (patch)
treea5a6621f5eec1360b066c05c804e0518551312b4 /compose.c
parent4de23b0b36f8947d0647ac87c492ff35563a1f58 (diff)
Translate help strigns.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.c b/compose.c
index 377ee37a..24a163d9 100644
--- a/compose.c
+++ b/compose.c
@@ -65,7 +65,7 @@ static struct mapping_t ComposeHelp[] = {
{ "To", OP_COMPOSE_EDIT_TO },
{ "CC", OP_COMPOSE_EDIT_CC },
{ "Subj", OP_COMPOSE_EDIT_SUBJECT },
- { N_("Attach"), OP_COMPOSE_ATTACH_FILE },
+ { N_("Attach file"), OP_COMPOSE_ATTACH_FILE },
{ N_("Descrip"), OP_COMPOSE_EDIT_DESCRIPTION },
{ N_("Help"), OP_HELP },
{ NULL }