Typedef all globally used export smart pointer types in one file.
[ardour.git] / libs / ardour / export_format_specification.cc
index bf2585a28113a79b5d79bd94decaa54a9829a345..619c50b9f98f33a10302403094b9b7329a8f6495 100644 (file)
@@ -219,7 +219,7 @@ ExportFormatSpecification::ExportFormatSpecification (ExportFormatSpecification
 
        set_silence_beginning (other.silence_beginning_time());
        set_silence_end (other.silence_end_time());
-       
+
        set_extension(other.extension());
 }
 
@@ -519,7 +519,7 @@ ExportFormatSpecification::description ()
        } else if (_trim_beginning) {
                desc += _("trim start, ");
        } else if (_trim_end) {
-               desc += "trim end, ";
+               desc += _("trim end, ");
        }
 
        desc += _format_name + ", ";