Fixed find page with conditional attributes in other languages
This commit is contained in:
+1
-1
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user