improve resize flash operation, fixup xv grab/ungrab, fixup label updates
[goodguy/history.git] / cinelerra-5.1 / cinelerra / keyframepopup.C
index 13f2af0daf4503490fd8dd8d674ae1c8f231d0ec..6d2c7370e751ee0abfe8b749794891a00696244e 100644 (file)
@@ -439,7 +439,7 @@ const char* KeyframePopupCurveMode::get_labeltext(int mode)
        case FloatAuto::TFREE:  return _("tangent edit");
        case FloatAuto::FREE:   return _("disjoint edit");
        }
-       return "misconfigured";
+       return _("misconfigured");
 }