Fix UI message typo in own previous commit.

//sigh//
This commit is contained in:
Bastien Montagne 2021-01-25 11:06:21 +01:00
parent 3df2bea88b
commit 02404ded80
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static char *rna_PoseBone_path(PointerRNA *ptr)
static bool rna_bone_group_poll(Object *ob, ReportList *reports)
{
if ((ob->proxy != NULL) || (ob->proxy_group != NULL) || ID_IS_OVERRIDE_LIBRARY(ob)) {
BKE_report(reports, RPT_ERROR, "Cannot edit boneg roups for proxies or library overrides");
BKE_report(reports, RPT_ERROR, "Cannot edit bone groups for proxies or library overrides");
return false;
}