mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
A little copy-editing.
git-svn-id: svn://localhost/ardour2/branches/3.0@7046 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c2da4ec8f9
commit
1b9bf21aa4
16 changed files with 25 additions and 52 deletions
|
|
@ -28,7 +28,7 @@
|
|||
using namespace ARDOUR;
|
||||
|
||||
ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) :
|
||||
ArdourDialog (new_dialog ? _("New export format profile") : _("Edit export format profile")),
|
||||
ArdourDialog (new_dialog ? _("New Export Format Profile") : _("Edit Export Format Profile")),
|
||||
format (format),
|
||||
manager (format),
|
||||
original_state (format->get_state()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue