From 0ff26aa442e365c4e78323874d7471aff9dc7c3e Mon Sep 17 00:00:00 2001 From: David Peck Date: Thu, 3 Nov 2016 10:50:10 +0000 Subject: [PATCH 1/2] (U4-8183) Changed the link picker dialog from Page Title to Link title in en and en_us --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 2 +- src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index f710e54215..6859004c22 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -144,7 +144,7 @@ Role Member Type No date chosen - Page Title + Link Title Properties This document is published but is not visible because the parent '%0%' is unpublished This document is published but is not in the cache 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 80c6faf07b..547090b19f 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -145,7 +145,7 @@ Role Member Type No date chosen - Page Title + Link Title Properties This document is published but is not visible because the parent '%0%' is unpublished This document is published but is not in the cache From 9162575b35d83fc6c8e7015c4d03384518069f8b Mon Sep 17 00:00:00 2001 From: David Peck Date: Thu, 3 Nov 2016 10:53:33 +0000 Subject: [PATCH 2/2] (U4-8183) Changed the casing to match other labels --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 2 +- src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index 6859004c22..67515e96a5 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -144,7 +144,7 @@ Role Member Type No date chosen - Link Title + Link title Properties This document is published but is not visible because the parent '%0%' is unpublished This document is published but is not in the cache 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 547090b19f..6c976947bb 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -145,7 +145,7 @@ Role Member Type No date chosen - Link Title + Link title Properties This document is published but is not visible because the parent '%0%' is unpublished This document is published but is not in the cache