Fix T66250: Repeated word typo
This commit is contained in:
@@ -444,7 +444,7 @@ static void rna_Object_data_set(PointerRNA *ptr, PointerRNA value, struct Report
|
||||
if ((id->tag & LIB_TAG_NO_MAIN) != (ob->id.tag & LIB_TAG_NO_MAIN)) {
|
||||
BKE_report(reports,
|
||||
RPT_ERROR,
|
||||
"Can only assign evaluated data to to evaluated object, or original data to "
|
||||
"Can only assign evaluated data to evaluated object, or original data to "
|
||||
"original object");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user