mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
fix typo
This commit is contained in:
parent
dee8f36e8b
commit
86ebded286
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ void MixerSnapshotList::new_snapshot() {
|
|||
ArdourWidgets::Prompter prompter (true);
|
||||
prompter.set_name ("Prompter");
|
||||
prompter.set_title (_("New Mixer Sanpshot"));
|
||||
prompter.set_prompt (_("Sanpshot Name:"));
|
||||
prompter.set_prompt (_("Sapashot Name:"));
|
||||
prompter.set_initial_text (_session->name());
|
||||
prompter.add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue