Minor pedantic casing change

This commit is contained in:
Chriztian Steinmeier
2013-11-20 14:20:22 +01:00
parent 90c4358844
commit 98e7ee90f4

View File

@@ -256,7 +256,7 @@ namespace umbraco
catch (Exception ex)
{
var xd = new XmlDocument();
xd.LoadXml(string.Format("<error>Could not convert json to xml. Error: {0}</error>", ex));
xd.LoadXml(string.Format("<error>Could not convert JSON to XML. Error: {0}</error>", ex));
return xd.CreateNavigator().Select("/error");
}
}