summaryrefslogtreecommitdiffstats
path: root/curs_main.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 /curs_main.c
parentc90089f7b9945077eff4caf0bbac38793c2675d1 (diff)
Translate the various help lines.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/curs_main.c b/curs_main.c
index bdbe4d5a..78cbdd64 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -224,14 +224,14 @@ static int mx_toggle_write (CONTEXT *ctx)
}
struct mapping_t IndexHelp[] = {
- { "Quit", OP_QUIT },
- { "Del", OP_DELETE },
- { "Undel", OP_UNDELETE },
- { "Save", OP_SAVE },
- { "Mail", OP_MAIL },
- { "Reply", OP_REPLY },
- { "Group", OP_GROUP_REPLY },
- { "Help", OP_HELP },
+ { N_("Quit"), OP_QUIT },
+ { N_("Del"), OP_DELETE },
+ { N_("Undel"), OP_UNDELETE },
+ { N_("Save"), OP_SAVE },
+ { N_("Mail"), OP_MAIL },
+ { N_("Reply"), OP_REPLY },
+ { N_("Group"), OP_GROUP_REPLY },
+ { N_("Help"), OP_HELP },
{ NULL }
};