Code

Fixed spelling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 May 2011 15:00:30 +0000 (15:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 May 2011 15:00:30 +0000 (15:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20810 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/AddPartitionDialog.tpl
gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc

index 4e6dc0132b6faf411ce2260dfc24a48a14e7f77f..be65463d634d1d0c821130ae85fe51f0968c5221 100644 (file)
@@ -8,9 +8,9 @@
         type="radio" value="2" name="selected_type">{t}Raid device{/t}<br>
 <input  {if !count($freeLvmPartitions)} disabled {/if}
         {if $selected_type==3} checked {/if} onClick="document.mainform.submit();"
-        type="radio" value="3" name="selected_type">{t}LVM Valume group{/t}<br>
+        type="radio" value="3" name="selected_type">{t}LVM Volume group{/t}<br>
 <input {if $selected_type==4} checked {/if} onClick="document.mainform.submit();"
-        type="radio" value="4" name="selected_type">{t}LVM Valume{/t}<br>
+        type="radio" value="4" name="selected_type">{t}LVM Volume{/t}<br>
 
 <hr>
 
index fb86911a9f9b5cdbc5701fed88187a82eec4748c..a8d76cc3800e3b7375d393aa98b1843b84a9250a 100644 (file)
@@ -6,8 +6,6 @@ define('RAID_DEVICE' , 2);
 define('VOLUME_GROUP' , 3);
 define('VOLUME' , 4);
 
-
-
 class AddPartitionDialog
 {
     public $partitionObject;
@@ -15,7 +13,6 @@ class AddPartitionDialog
     public $paritions = array();
     public $selected_type = PARTITION;
 
-
     // LVM Volume group properties
     public $vg_name = "";
     public $vg_extend = 32;