summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-04-22 07:18:15 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2016-04-22 07:18:15 +0100
commit2c9b341722fcb23f0d430cc5d6fbcaf419910a76 (patch)
tree05c6406088efaae89e01491c656a8bbfc942dab5 /gtk2_ardour/ardour_ui.cc
parentfba9dc8c05478365fde8ddee60aad3260757b883 (diff)
Clarify my XML error printout from yesterday (see previous commit)
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index ea0586f5ce..3f7ca3bf5e 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -236,7 +236,7 @@ libxml_structured_error_func (void* /* parsing_context*/,
error << endmsg;
} else {
- error << msg << endmsg;
+ error << X_("XML error: ") << msg << endmsg;
}
}
}