diff options
author | David Lehman <dlehman@redhat.com> | 2012-07-17 14:56:07 -0500 |
---|---|---|
committer | David Lehman <dlehman@redhat.com> | 2012-07-18 10:03:45 -0500 |
commit | 0dd5b9940a35465b4d1fe21690e643a012d57cb7 (patch) | |
tree | 8dc01bdee006a4f33faca40b37354e98e6860e54 /pyanaconda | |
parent | 7143c7760255ed1ad4a7876d85c301551e7acb58 (diff) | |
download | anaconda-0dd5b9940a35465b4d1fe21690e643a012d57cb7.tar.gz anaconda-0dd5b9940a35465b4d1fe21690e643a012d57cb7.tar.xz anaconda-0dd5b9940a35465b4d1fe21690e643a012d57cb7.zip |
Add a tooltip explaining size entry for new mountpoints.
Diffstat (limited to 'pyanaconda')
-rw-r--r-- | pyanaconda/ui/gui/spokes/custom.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.ui b/pyanaconda/ui/gui/spokes/custom.ui index ba8fecaa4..5f97efad1 100644 --- a/pyanaconda/ui/gui/spokes/custom.ui +++ b/pyanaconda/ui/gui/spokes/custom.ui @@ -191,6 +191,7 @@ use. Try something else?</property> <object class="GtkEntry" id="sizeEntry"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="tooltip_text" translatable="yes">eg: "20 GB", "500mb" (minus the quotation marks)</property> <property name="invisible_char">●</property> </object> <packing> |