X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fviewmenu.C;h=2478136ef1d4677520b0a70d6f71f37fbb54b8aa;hp=b3d33d69aa458f2b3d8825c73b63342ad8b23882;hb=8aa6d71ebd2c65785a8b553fc6fc38ac19041ce0;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/cinelerra/viewmenu.C b/cinelerra-5.1/cinelerra/viewmenu.C index b3d33d69..2478136e 100644 --- a/cinelerra-5.1/cinelerra/viewmenu.C +++ b/cinelerra-5.1/cinelerra/viewmenu.C @@ -138,7 +138,7 @@ void ShowAutomation::update_toggle() PluginAutomation::PluginAutomation(MWindow *mwindow, const char *hotkey) - : BC_MenuItem(_("Plugin Autos"), hotkey, hotkey[0]) + : BC_MenuItem(_("Plugin Keyframes"), hotkey, hotkey[0]) { this->mwindow = mwindow; }