I got a question from a customer: "what is the difference between subpages and children". The question was about the text on the dialog you get when you click "publish". You know the dialog you see so much, you don't read it anymore.
"You can publish this page and all it's sub-pages by checking publish all children below.
Include unpublished child pages"
So, you have to click "publish all children below" but can not be found literally. Further has the first option "and all its subpages" and the second option talks about "child pages".
If we you the same naming conventions their would be no confusion possible . What do you think?
You can of course change this ourself in the /umbraco/config/lang/ex.xml file
Here is my proposal
<areaalias="publish"> <keyalias="publishAll">Publish %0% and all its subpages</key> <keyalias="nodePublish">%0% has been published</key> <keyalias="nodePublishAll">%0% and subpages have been published</key> <keyalias="inProgress">Publishing in progress - please wait...</key> <keyalias="inProgressCounter">%0% out of %1% pages have been published...</key> <keyalias="includeUnpublished">Include unpublished subpages</key> <keyalias="publishHelp"version="4.0"><![CDATA[Click <em>ok</em> to publish <strong>%0%</strong> and thereby making it's content publicly available.<br/><br /> You can publish this page and all it's subpages by checking <em>publish all subpages</em> below.]]></key> <keyalias="contentPublishedFailedByEvent"version="4.0">
%0% could not be published, due to a 3rd party extension cancelling the action.
</key> </area>
Subpages versus children
Hi
I got a question from a customer: "what is the difference between subpages and children". The question was about the text on the dialog you get when you click "publish". You know the dialog you see so much, you don't read it anymore.
"You can publish this page and all it's sub-pages by checking publish all children below.
So, you have to click "publish all children below" but can not be found literally. Further has the first option "and all its subpages" and the second option talks about "child pages".
If we you the same naming conventions their would be no confusion possible . What do you think?
You can of course change this ourself in the /umbraco/config/lang/ex.xml file
Here is my proposal
is working on a reply...