rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / plugins / diffkey / diffkey.C
index 6a42af417dc2d55509991f0c992b27ac3a482931..255b7b9c9d59f0f8d462fdf94329c079350a077f 100644 (file)
@@ -326,7 +326,7 @@ DiffKey::~DiffKey()
 NEW_WINDOW_MACRO(DiffKey, DiffKeyGUI)
 LOAD_CONFIGURATION_MACRO(DiffKey, DiffKeyConfig)
 
-const char* DiffKey::plugin_title() { return N_("Difference key"); }
+const char* DiffKey::plugin_title() { return _("Difference key"); }
 int DiffKey::is_realtime() { return 1; }
 int DiffKey::is_multichannel() { return 1; }