Made the header's context menu localizable
This commit is contained in:
parent
6cb533f564
commit
715f76bc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ TimelineHeaderContainer::TimelineHeaderContainer(
|
|||
|
||||
// Create the context menu
|
||||
Menu::MenuList& menu_list = contextMenu.items();
|
||||
menu_list.push_back( Menu_Helpers::MenuElem("_Add Track",
|
||||
menu_list.push_back( Menu_Helpers::MenuElem(_("_Add Track"),
|
||||
sigc::mem_fun(timelineWidget,
|
||||
&TimelineWidget::on_add_track_command) ) );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue