Clarify my XML error printout from yesterday (see previous commit)
authorJohn Emmas <johne53@tiscali.co.uk>
Fri, 22 Apr 2016 06:18:15 +0000 (07:18 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Fri, 22 Apr 2016 06:18:15 +0000 (07:18 +0100)
gtk2_ardour/ardour_ui.cc

index ea0586f5cea82be260fc964abe2d40035ab15540..3f7ca3bf5e02e84d27e7559e9fed81699ac0f9c5 100644 (file)
@@ -236,7 +236,7 @@ libxml_structured_error_func (void* /* parsing_context*/,
 
                        error << endmsg;
                } else {
-                       error << msg << endmsg;
+                       error << X_("XML error: ") << msg << endmsg;
                }
        }
 }