improve resize flash operation, fixup xv grab/ungrab, fixup label updates
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginarray.C
index 0059e23f2560738bcfb4fed08176b863fe65325e..9170742e0f69a969bbdef95f8dad34b01d5efde2 100644 (file)
@@ -193,7 +193,7 @@ int PluginArray::run_plugins()
                MainProgressBar *progress;
                char string[BCTEXTLEN], string2[BCTEXTLEN];
 
-               sprintf(string, _("%s..."), plugin_server->title);
+               sprintf(string, "%s...", plugin_server->title);
                progress = mwindow->mainprogress->start_progress(string, end - start);
 
                for(int64_t current_position = start;