From 103862310f32fefb2611df6f5d9389ea2f59d1fd Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 13 Nov 2007 10:00:59 +0000 Subject: [PATCH] Fixed bug with --+Text+-- SVN revision: 1964 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index fbecaf14..947e8ee2 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -18254,7 +18254,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa subst_param(str, sizeof(str), "subtext", ""); found = 1; } - sprintf(ref, "-- %s --", "subtext"); + sprintf(ref, "-- %s --", loc("Text")); if (strieq(getparam("subtext"), ref)) { subst_param(str, sizeof(str), "subtext", ""); found = 1;