summaryrefslogtreecommitdiffstats
path: root/addrbook.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 /addrbook.c
parentc90089f7b9945077eff4caf0bbac38793c2675d1 (diff)
Translate the various help lines.
Diffstat (limited to 'addrbook.c')
-rw-r--r--addrbook.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/addrbook.c b/addrbook.c
index 604787cc..6f494978 100644
--- a/addrbook.c
+++ b/addrbook.c
@@ -28,9 +28,9 @@
#define RSORT(x) (SortAlias & SORT_REVERSE) ? -x : x
static struct mapping_t AliasHelp[] = {
- { "Exit", OP_EXIT },
- { "Select", OP_GENERIC_SELECT_ENTRY },
- { "Help", OP_HELP },
+ { N_("Exit"), OP_EXIT },
+ { N_("Select"), OP_GENERIC_SELECT_ENTRY },
+ { N_("Help"), OP_HELP },
{ NULL }
};