summaryrefslogtreecommitdiffstats
path: root/recvattach.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 /recvattach.c
parentc90089f7b9945077eff4caf0bbac38793c2675d1 (diff)
Translate the various help lines.
Diffstat (limited to 'recvattach.c')
-rw-r--r--recvattach.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/recvattach.c b/recvattach.c
index d1e00fd6..a20fc611 100644
--- a/recvattach.c
+++ b/recvattach.c
@@ -44,11 +44,11 @@
#include <errno.h>
static struct mapping_t AttachHelp[] = {
- { "Exit", OP_EXIT },
- { "Save", OP_SAVE },
- { "Pipe", OP_PIPE },
- { "Print", OP_PRINT },
- { "Help", OP_HELP },
+ { N_("Exit"), OP_EXIT },
+ { N_("Save"), OP_SAVE },
+ { N_("Pipe"), OP_PIPE },
+ { N_("Print"), OP_PRINT },
+ { N_("Help"), OP_HELP },
{ NULL }
};