Change 'open session' with new 'external' language

This commit is contained in:
Nikolaus Gullotta 2019-08-12 09:17:51 -05:00 committed by Nikolaus Gullotta
parent 9cfa021544
commit 60a8a5178c
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -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);