summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-11 23:07:52 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-15 11:03:22 -1000
commit291044a368ffbd51c8ff06547b30a601edaf509d (patch)
treed6c863727871d5dbc964a4090bb0f9b38eda10cf /ui
parent2bf4302cdd362d482a61a49063e64dcf2e880e20 (diff)
downloadanaconda-291044a368ffbd51c8ff06547b30a601edaf509d.tar.gz
anaconda-291044a368ffbd51c8ff06547b30a601edaf509d.tar.xz
anaconda-291044a368ffbd51c8ff06547b30a601edaf509d.zip
Improve resizeDialog text.
Change the title and indicate the entry field is expecting megabytes.
Diffstat (limited to 'ui')
-rw-r--r--ui/autopart.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade
index ae6909672..333527423 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -341,7 +341,7 @@
<widget class="GtkDialog" id="resizeDialog">
<property name="border_width">12</property>
<property name="visible">True</property>
- <property name="title" translatable="yes">Which Partition to resize</property>
+ <property name="title" translatable="yes">Volume to Resize</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
@@ -517,7 +517,7 @@
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;Resize _target:&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;Resize _target (in MB):&lt;/b&gt;</property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>