More nodes UI translation fixes.

I *hate* this rna_nodetree_types.h file!
This commit is contained in:
2013-02-14 07:49:50 +00:00
parent 3dbed0e47f
commit 26704c0451
2 changed files with 7 additions and 5 deletions

View File

@@ -1846,7 +1846,7 @@ static uiBlock *curvemap_clipping_func(bContext *C, ARegion *ar, void *cumap_v)
/* use this for a fake extra empy space around the buttons */
uiDefBut(block, LABEL, 0, "", -4, 16, width + 8, 6 * UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
bt = uiDefButBitI(block, TOG, CUMA_DO_CLIP, 1, "Use Clipping",
bt = uiDefButBitI(block, TOG, CUMA_DO_CLIP, 1, IFACE_("Use Clipping"),
0, 5 * UI_UNIT_Y, width, UI_UNIT_Y, &cumap->flag, 0.0, 0.0, 10, 0, "");
uiButSetFunc(bt, curvemap_buttons_setclip, cumap, NULL);