mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
Change 'open session' with new 'external' language
This commit is contained in:
parent
9cfa021544
commit
60a8a5178c
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void MixerSnapshotList::new_snapshot() {
|
|||
}
|
||||
|
||||
void MixerSnapshotList::new_snapshot_from_session() {
|
||||
FileChooserDialog session_selector(_("Open Session"), FILE_CHOOSER_ACTION_OPEN);
|
||||
FileChooserDialog session_selector(_("New Snapshot from Session, Template or Other:"), FILE_CHOOSER_ACTION_OPEN);
|
||||
|
||||
session_selector.add_button(Stock::CANCEL, RESPONSE_CANCEL);
|
||||
session_selector.add_button(Stock::OPEN, RESPONSE_ACCEPT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue