Amend button caption in 'Remove time' dialogue
I missed that it still said 'Cut'.
This commit is contained in:
parent
b66cc472e8
commit
8ad4f89cf8
@ -96,7 +96,7 @@ InsertRemoveTimeDialog::InsertRemoveTimeDialog (PublicEditor& e, bool remove)
|
|||||||
get_vbox()->pack_start (*tempo_box);
|
get_vbox()->pack_start (*tempo_box);
|
||||||
|
|
||||||
add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||||
add_button (remove ? _("Cut time") : _("Insert time"), Gtk::RESPONSE_OK);
|
add_button (remove ? _("Remove time") : _("Insert time"), Gtk::RESPONSE_OK);
|
||||||
show_all ();
|
show_all ();
|
||||||
|
|
||||||
move_markers_toggled ();
|
move_markers_toggled ();
|
||||||
|
Loading…
Reference in New Issue
Block a user