TemplateDialog: Lable the RESPONSE_OK button "Done" rather than "Ok"

Labeling it "Ok" would imply that by clicking it, descriptions would be saved
without further interaction. If we did so, we would also need to add a
cancel-button or handle simple closing of the dialog window appropriately.
This commit is contained in:
Johannes Mueller
2017-08-20 19:10:50 +02:00
committed by Robin Gareus
parent c6ecd2a6e1
commit 70addf1ed0

View File

@@ -191,7 +191,7 @@ TemplateDialog::TemplateDialog ()
nb->append_page (*route_tm, _("Track Templates"));
get_vbox()->pack_start (*nb);
add_button (_("Ok"), Gtk::RESPONSE_OK);
add_button (_("Done"), Gtk::RESPONSE_OK);
get_vbox()->show_all();