fixed wrong comment

This commit is contained in:
2014-01-14 23:08:29 +01:00
parent 875ddfcee0
commit c00b8c538c

View File

@@ -1015,7 +1015,7 @@ static void createTransPose(TransInfo *t, Object *ob)
if (arm->flag & ARM_RESTPOS) {
if (ELEM(t->mode, TFM_DUMMY, TFM_BONESIZE) == 0) {
BKE_report(t->reports, RPT_ERROR, "Cannot select linked when sync selection is enabled");
BKE_report(t->reports, RPT_ERROR, "Cannot change Pose when 'Rest Position' is enabled");
return;
}
}