summaryrefslogtreecommitdiffstats
path: root/query.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 /query.c
parentc90089f7b9945077eff4caf0bbac38793c2675d1 (diff)
Translate the various help lines.
Diffstat (limited to 'query.c')
-rw-r--r--query.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/query.c b/query.c
index c1db27dd..19a6be89 100644
--- a/query.c
+++ b/query.c
@@ -40,12 +40,12 @@ typedef struct entry
} ENTRY;
static struct mapping_t QueryHelp[] = {
- { "Exit", OP_EXIT },
- { "Mail", OP_MAIL },
- { "New Query", OP_QUERY },
- { "Make Alias", OP_CREATE_ALIAS },
- { "Search", OP_SEARCH },
- { "Help", OP_HELP },
+ { N_("Exit"), OP_EXIT },
+ { N_("Mail"), OP_MAIL },
+ { N_("New Query"), OP_QUERY },
+ { N_("Make Alias"), OP_CREATE_ALIAS },
+ { N_("Search"), OP_SEARCH },
+ { N_("Help"), OP_HELP },
{ NULL }
};