summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:11:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:11:15 +0000
commite6610e6ad83b29a349fb2383a6f2f789a372f7b0 (patch)
treee810d8d43ef824054711b34efbf9d5931aef3732 /libs/ardour/export_profile_manager.cc
parente8978c6fdedd12c385eb8486794e14286d751d5d (diff)
i18n fixes from alexander prokoudine (#5016)
git-svn-id: svn://localhost/ardour2/branches/3.0@13050 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 6c4f829bb8..4d9413cbce 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -613,7 +613,7 @@ ExportProfileManager::get_new_format (ExportFormatSpecPtr original)
format.reset (new ExportFormatSpecification (*original));
} else {
format = handler->add_format();
- format->set_name ("empty format");
+ format->set_name (_("empty format"));
}
std::string path = save_format_to_disk (format);