Fixed find page with conditional attributes in other languages

This commit is contained in:
2026-04-10 17:25:15 +02:00
parent 161c46eaf8
commit 4e64c798c6
+1 -1
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"));