Fixed conditional attributes on search page in non-English settings

This commit is contained in:
ritt 2026-04-13 10:50:12 +02:00
parent 083448f77e
commit 7778f18681

View File

@ -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"));