summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-11-05 21:38:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-11-05 21:38:12 +0000
commitbdec82baf183a46f3fe24172e590c3a3c5cdeeb3 (patch)
tree98777eadbda58c08eab930200fc9eea22c7b8dd0 /thread.c
parent0c1d9d2dfbdea2819c511d48f0bfcd1115772ce8 (diff)
Missing gettext calls, noted by Byrial Jensen.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 9a9aca34..dcb21b24 100644
--- a/thread.c
+++ b/thread.c
@@ -908,7 +908,7 @@ int _mutt_traverse_thread (CONTEXT *ctx, HEADER *cur, int flag)
if ((Sort & SORT_MASK) != SORT_THREADS && !(flag & M_THREAD_GET_HIDDEN))
{
- mutt_error ("Threading is not enabled.");
+ mutt_error (_("Threading is not enabled."));
return (cur->virtual);
}