Browse Source

Changed 'splitted' to 'split' wherever it appears in page content

pull/16/head
parent
commit
e32416c9d5
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Documentation:Repository:Meta-Packages.php
  2. +1
    -1
      ns/canvas/split.php
  3. +1
    -1
      ns/canvas/x_split.php
  4. +1
    -1
      ns/canvas/y_split.php

+ 1
- 1
Documentation:Repository:Meta-Packages.php View File

@@ -7,7 +7,7 @@ include_once("includes/header.php");
?>

<p>
This section describes all the meta-packages available in the KXStudio repositories, splitted by type.
This section describes all the meta-packages available in the KXStudio repositories, split by type.
</p>

<h3><span class="mw-headline" id="MetaPackageList">KXStudio own package list</span></h3>


+ 1
- 1
ns/canvas/split.php View File

@@ -7,7 +7,7 @@ include_once("../../includes/header.php");
?>

<p>
Wherever the group/client has a splitted box in the canvas
Wherever the group/client has a split box in the canvas
</p>
<p>
<b>Default:</b> None/Unset.<br/>


+ 1
- 1
ns/canvas/x_split.php View File

@@ -7,7 +7,7 @@ include_once("../../includes/header.php");
?>

<p>
Group/Client splitted-box position in the canvas (horizontal)
Group/Client split-box position in the canvas (horizontal)
</p>
<p>
<b>Default:</b> None/Unset.<br/>


+ 1
- 1
ns/canvas/y_split.php View File

@@ -7,7 +7,7 @@ include_once("../../includes/header.php");
?>

<p>
Group/Client splitted-box position in the canvas (vertical)
Group/Client split-box position in the canvas (vertical)
</p>
<p>
<b>Default:</b> None/Unset.<br/>


Loading…
Cancel
Save