U4-5559 Fix Typo "Seperate" to Separate

This commit is contained in:
Damiaan
2015-06-15 16:12:46 +02:00
parent 4f02a13a46
commit d2dc4efed8
18 changed files with 22 additions and 20 deletions

View File

@@ -118,7 +118,7 @@ namespace umbraco.editorControls.MultiNodeTreePicker
}
/// <summary>
/// Looks up a localized string similar to You can specify to store the data in Umbraco as comma seperated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma seperated makes it easier to work with the data using the API such as Node factory..
/// Looks up a localized string similar to You can specify to store the data in Umbraco as comma separated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma separated makes it easier to work with the data using the API such as Node factory..
/// </summary>
public static string Desc_StoreAsComma {
get {

View File

@@ -136,7 +136,7 @@
<value>Define the starting node that should be rendered for the picker. This will ensure that the correct security measures are in place by checking the defined start node ID for the user accessing the picker. In some cases, if the user is not able to view the node, then the picker will render an error message.</value>
</data>
<data name="Desc_StoreAsComma" xml:space="preserve">
<value>You can specify to store the data in Umbraco as comma seperated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma seperated makes it easier to work with the data using the API such as Node factory.</value>
<value>You can specify to store the data in Umbraco as comma separated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma separated makes it easier to work with the data using the API such as Node factory.</value>
</data>
<data name="Desc_XPathExpression" xml:space="preserve">
<value>This XPath expression is used to select a starting node and depends on the XPath expression type chosen (global or from current). &lt;u&gt;IMPORTANT&lt;/u&gt;: This XPath expression should be written to match &lt;b&gt;ONE&lt;/b&gt; node, if the expression matches more than one node, then the first node matched will be used as the start node.</value>

View File

@@ -77,7 +77,7 @@ namespace umbraco.editorControls.MultiNodeTreePicker
}
/// <summary>
/// Value indicating whether to store as comma seperated or Xml
/// Value indicating whether to store as comma separated or Xml
/// </summary>
public bool StoreAsCommaDelimited
{