From 7778f18681ba68386d54f8f6e8a099a7b9d2345c Mon Sep 17 00:00:00 2001 From: ritt Date: Mon, 13 Apr 2026 10:50:12 +0200 Subject: [PATCH] Fixed conditional attributes on search page in non-English settings --- src/elogd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.cxx b/src/elogd.cxx index b6beb7f2..b80d3587 100755 --- a/src/elogd.cxx +++ b/src/elogd.cxx @@ -28083,7 +28083,7 @@ void interprete(char *lbook, const char *path) return; } - if (strieq(command, loc("Find"))) { + if (strieq(command, loc("Find")) || strieq(command, "Find")) { /* stip message id */ if (dec_path[0]) { sprintf(str, "../%s/?cmd=%s", lbs->name_enc, loc("Find"));