Drivers: shorten the security restriction warning.

A longer string is truncated in the popover, which can't be resized.
This commit is contained in:
Alexander Gavrilov 2019-06-16 17:14:57 +03:00
parent 3e086af79c
commit b1b0781c1e
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ static void graph_draw_driver_settings_panel(uiLayout *layout,
else if (!BKE_driver_has_simple_expression(driver)) {
if ((G.f & G_FLAG_SCRIPT_AUTOEXEC) == 0) {
/* TODO: Add button to enable? */
uiItemL(col, TIP_("WARNING: Python expressions limited for security"), ICON_ERROR);
uiItemL(col, TIP_("Python restricted for security"), ICON_ERROR);
}
else {
uiItemL(col, TIP_("Slow Python expression"), ICON_INFO);