diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-04 09:26:53 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-04 09:26:53 +0000 |
commit | 6227032fb1984305660debaa6f6d63fdbe8ce286 (patch) | |
tree | a5ed6dd2c9b70267c1e493ed71afddf7242febb9 /ui | |
parent | forgot a comma (diff) | |
download | anaconda-6227032fb1984305660debaa6f6d63fdbe8ce286.tar.gz anaconda-6227032fb1984305660debaa6f6d63fdbe8ce286.tar.bz2 anaconda-6227032fb1984305660debaa6f6d63fdbe8ce286.zip |
ui/profile.glade: fixed word wrap
Diffstat (limited to 'ui')
-rw-r--r-- | ui/profile.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/profile.glade b/ui/profile.glade index c3125dc..2242692 100644 --- a/ui/profile.glade +++ b/ui/profile.glade @@ -24,6 +24,7 @@ <property name="label" translatable="yes">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers. Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</property> <property name="justify">center</property> + <property name="wrap">True</property> </widget> <packing> <property name="expand">False</property> |