X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftimefront%2Ftimefront.C;h=76cdcd448cdc2a7d01eaa64f15bcd360d884c97e;hb=a9288f4aa494cc2e76d5eb2f54e2a7561c4a35b4;hp=2bb074fa36b8b6a869a761a82ffc35e2c0eb4367;hpb=2451d3174f3b64d3ce4e311b125813cf2881eca4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/timefront/timefront.C b/cinelerra-5.1/plugins/timefront/timefront.C index 2bb074fa..76cdcd44 100644 --- a/cinelerra-5.1/plugins/timefront/timefront.C +++ b/cinelerra-5.1/plugins/timefront/timefront.C @@ -512,7 +512,7 @@ char* TimeFrontRate::to_text(int shape) case TimeFrontConfig::LOG: return _("Log"); default: - return _("Square"); + return C_("Square"); } } int TimeFrontRate::from_text(char *text)