[gnome-disk-utility] Use 'Usable Size' instead of 'Array Size' in RAID array creation dialog



commit 5a7d427370a8a9a1bb0ca41b03206e64b9d400ae
Author: David Zeuthen <zeuthen gmail com>
Date:   Sat Oct 13 05:42:09 2012 -0400

    Use 'Usable Size' instead of 'Array Size' in RAID array creation dialog
    
    It's better to be specific - 'Array Size' can mean both usable size
    and num_disks * component_size.
    
    Signed-off-by: David Zeuthen <zeuthen gmail com>

 data/ui/create-raid-array-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/create-raid-array-dialog.ui b/data/ui/create-raid-array-dialog.ui
index f1e24a2..b1593d4 100644
--- a/data/ui/create-raid-array-dialog.ui
+++ b/data/ui/create-raid-array-dialog.ui
@@ -164,7 +164,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">1</property>
-                <property name="label" translatable="yes">Array Size</property>
+                <property name="label" translatable="yes">Usable Size</property>
                 <style>
                   <class name="dim-label"/>
                 </style>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]