Code

Added xml quote to dependencies
[gosa.git] / gosa-core / setup / setup_migrate.tpl
index ebfbcb1c6f60af859f9b17cc875e2e157d1fb267..f50b799a3aaa31fdd6fbfec912730b22e191af47 100644 (file)
@@ -311,7 +311,7 @@ dn: {$deps_to_migrate.$key.dn}
        
                        <h2>User migration</h2>
 
-                       <p>{t}The listed users are currently invisble in the GOsa user interface. If you want to change this for a couple of users, just select them and use the 'Migrate' button below.{/t}</p>
+                       <p>{t}The listed users are currently invisible in the GOsa user interface. If you want to change this for a couple of users, just select them and use the 'Migrate' button below.{/t}</p>
                        <p>{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}</p>
                        {foreach from=$users_to_migrate item=val key=key}
 
@@ -367,7 +367,7 @@ dn: {$users_to_migrate.$key.dn}
 
                        <h2>Devices</h2>
 
-                       <p>{t}The listed devices are currently invisble in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}</p>
+                       <p>{t}The listed devices are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}</p>
                        <p>{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}</p>
                {foreach from=$devices item=item key=key}
                <input type='checkbox' name='migrate_{$key}' id='migrate_{$key}' {if $item.DETAILS} checked {/if}>
@@ -455,7 +455,7 @@ dn: {$users_to_migrate.$key.dn}
 
                        <h2>Application menus</h2>
 
-                       <p>{t}The listed menus are currently invisble in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}</p>
+                       <p>{t}The listed menus are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}</p>
                        <p>{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}</p>
                {foreach from=$menus item=item key=key}
                <input type='checkbox' name='migrate_{$key}' id='migrate_{$key}' {if $item.DETAILS} checked {/if}>