Typedef all globally used export smart pointer types in one file.
[ardour.git] / libs / ardour / export_format_specification.cc
index 3f6e2b83c89908e3d4e59c4b54ee7399d1353fd1..619c50b9f98f33a10302403094b9b7329a8f6495 100644 (file)
@@ -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 + ", ";