update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / huesaturation / huesaturation.C
index b4977e0b96c6bc591c9e81b4574535c73d5162cb..be5fadefb5024578cc699e48e613aa4ca1542d1a 100644 (file)
@@ -573,7 +573,7 @@ int HueEffect::process_buffer(VFrame *frame,
        return 0;
 }
 
-const char* HueEffect::plugin_title() { return N_("Hue saturation"); }
+const char* HueEffect::plugin_title() { return _("Hue saturation"); }
 int HueEffect::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(HueEffect, HueWindow)