Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damiaan 442 posts 1302 karma points MVP 6x c-trib
    Sep 12, 2011 @ 12:54
    Damiaan
    0

    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.

     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?

     

  • Damiaan 442 posts 1302 karma points MVP 6x c-trib
    Sep 12, 2011 @ 13:01
    Damiaan
    0

    You can of course change this ourself in the /umbraco/config/lang/ex.xml file

    Here is my proposal

     

     <area alias="publish">
        <key alias="publishAll">Publish %0% and all its subpages</key>
        <key alias="nodePublish">%0% has been published</key>
        <key alias="nodePublishAll">%0% and subpages have been published</key>
        <key alias="inProgress">Publishing in progress - please wait...</key>
        <key alias="inProgressCounter">%0% out of %1% pages have been published...</key>
        <key alias="includeUnpublished">Include unpublished subpages</key>
        <key alias="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>
        <key alias="contentPublishedFailedByEvent" version="4.0">
          %0% could not be published, due to a 3rd party extension cancelling the action.
        </key>
      </area>
Please Sign in or register to post replies

Write your reply to:

Draft