From 226f8f60caa15031765e92539b156790047b223b Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Mon, 15 Jun 2015 10:10:05 +0200 Subject: [PATCH 1/2] As discussed in cg15 Grid workshop If you use more than one grid datatype in one doctype, the editors are shown the text 'Choose a layout for the page' more than once. By showing 'Choose a layout for this section', the text is in line with the documentation --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index db2d34c7a5..80b2519bfc 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -850,7 +850,7 @@ To manage your website, simply open the Umbraco back office and start adding con Insert control - Choose a layout for the page + Choose a layout for this section below and add your first element]]> Click to embed From 4574aa2173f0dd4a9fd61e7481b01a94bf4edb1f Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Mon, 15 Jun 2015 10:13:04 +0200 Subject: [PATCH 2/2] As discussed in cg15 Grid workshop If you use more than one grid datatype in one doctype, the editors are shown the text 'Choose a layout for the page' more than once. By showing 'Choose a layout for this section', the text is in line with the documentation --- src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml index e8492423cd..fbef663e96 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -850,7 +850,7 @@ To manage your website, simply open the Umbraco back office and start adding con Insert control - Choose a layout for the page + Choose a layout for this section below and add your first element]]> Click to embed