From 1d1eae4017d27f66ef3eb0bd12dd699c3a5405dd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 12 Feb 2016 13:17:46 +0100 Subject: improve consistency of presentational properties in the export dialog. --- gtk2_ardour/export_filename_selector.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/export_filename_selector.cc') diff --git a/gtk2_ardour/export_filename_selector.cc b/gtk2_ardour/export_filename_selector.cc index a48ac6a4e0..1ecbc2cf1e 100644 --- a/gtk2_ardour/export_filename_selector.cc +++ b/gtk2_ardour/export_filename_selector.cc @@ -40,7 +40,7 @@ ExportFilenameSelector::ExportFilenameSelector () : example_filename_label ("", Gtk::ALIGN_LEFT), _require_timespan (false) { - include_label.set_markup (_("Build filename(s) from these components:")); + include_label.set_markup (_("Build filename(s) from these components:")); pack_start (path_hbox, false, false, 12); pack_start (include_label, false, false, 6); @@ -212,7 +212,7 @@ ExportFilenameSelector::set_example_filename (std::string filename) if (filename == "") { example_filename_label.set_markup (_("Sorry, no example filename can be shown at the moment")); } else { - example_filename_label.set_markup (string_compose(_("Current (approximate) filename: \"%1\""), filename)); + example_filename_label.set_markup (string_compose(_("Current (approximate) filename: \"%1\""), filename)); } } -- cgit v1.2.3