Grr, another UI messages fix, forgot this one!

This commit is contained in:
2014-02-12 16:25:14 +01:00
parent 9388061738
commit 13875564a9

View File

@@ -2385,7 +2385,7 @@ bool uiPupMenuInvoke(bContext *C, const char *idname, ReportList *reports)
MenuType *mt = WM_menutype_find(idname, true);
if (mt == NULL) {
BKE_reportf(reports, RPT_ERROR, "menu \"%s\" not found\n", idname);
BKE_reportf(reports, RPT_ERROR, "menu \"%s\" not found", idname);
return false;
}