UI: "text not found" message in text editor, change type from ERROR to WARNING

Differential Revision: https://developer.blender.org/D5736
This commit is contained in:
Yevgeny Makarov 2019-10-01 20:32:14 +02:00 committed by Brecht Van Lommel
parent 6348ca9da0
commit c06350d8a7
1 changed files with 1 additions and 1 deletions

View File

@ -3484,7 +3484,7 @@ static int text_find_and_replace(bContext *C, wmOperator *op, short mode)
}
else {
if (!found) {
BKE_reportf(op->reports, RPT_ERROR, "Text not found: %s", st->findstr);
BKE_reportf(op->reports, RPT_WARNING, "Text not found: %s", st->findstr);
}
}