X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fviewmenu.C;h=2478136ef1d4677520b0a70d6f71f37fbb54b8aa;hb=114b45040c8027671cbe50e7d6cecb28bf73b35f;hp=b3d33d69aa458f2b3d8825c73b63342ad8b23882;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git 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; }