summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-01 17:18:29 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-01 17:18:29 +0000
commitad6f4386a89ae48d759a238367501faeb00c1d68 (patch)
tree4665c92e272332e6fe2d403ad92753e3d879c678 /compose.c
parentc90089f7b9945077eff4caf0bbac38793c2675d1 (diff)
Translate the various help lines.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/compose.c b/compose.c
index 76dce835..377ee37a 100644
--- a/compose.c
+++ b/compose.c
@@ -60,14 +60,14 @@ enum
#define HDR_XOFFSET 10
static struct mapping_t ComposeHelp[] = {
- { "Send", OP_COMPOSE_SEND_MESSAGE },
- { "Abort", OP_EXIT },
+ { N_("Send"), OP_COMPOSE_SEND_MESSAGE },
+ { N_("Abort"), OP_EXIT },
{ "To", OP_COMPOSE_EDIT_TO },
{ "CC", OP_COMPOSE_EDIT_CC },
{ "Subj", OP_COMPOSE_EDIT_SUBJECT },
- { "Attach", OP_COMPOSE_ATTACH_FILE },
- { "Descrip", OP_COMPOSE_EDIT_DESCRIPTION },
- { "Help", OP_HELP },
+ { N_("Attach"), OP_COMPOSE_ATTACH_FILE },
+ { N_("Descrip"), OP_COMPOSE_EDIT_DESCRIPTION },
+ { N_("Help"), OP_HELP },
{ NULL }
};