Fixes: U4-2535 The actions/publish.aspx page does not publish correctly and show the correct publish result

This commit is contained in:
Shannon
2013-07-24 13:06:25 +10:00
parent 7f4abb4893
commit ffff9efaa8
4 changed files with 45 additions and 5 deletions

View File

@@ -670,7 +670,7 @@ To manage your website, simply open the umbraco back office and start adding con
<area alias="publish">
<key alias="contentPublishedFailedInvalid">
<![CDATA[
%0% could not be published because these properties %1% did not pass validation rules.
%0% could not be published because these properties: %1% did not pass validation rules.
]]>
</key>
<key alias="contentPublishedFailedByEvent">

View File

@@ -656,7 +656,7 @@ To manage your website, simply open the umbraco back office and start adding con
<area alias="publish">
<key alias="contentPublishedFailedInvalid">
<![CDATA[
%0% could not be published because these properties %1% did not pass validation rules.
%0% could not be published because these properties: %1% did not pass validation rules.
]]>
</key>
<key alias="contentPublishedFailedByEvent">