From e6610e6ad83b29a349fb2383a6f2f789a372f7b0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Jul 2012 13:11:15 +0000 Subject: i18n fixes from alexander prokoudine (#5016) git-svn-id: svn://localhost/ardour2/branches/3.0@13050 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/export_profile_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/export_profile_manager.cc') 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); -- cgit v1.2.3