diff options
author | Chris Lumens <clumens@redhat.com> | 2009-01-23 11:56:29 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-01-23 11:56:29 -0500 |
commit | 4cbdd5ba20ace00de91611bfe86b1b27bc6453f9 (patch) | |
tree | 28ff79566aeb164e2b802ee0830918b59d26d3a7 /ui | |
parent | eb487e951fbeac8ff61e3440eeb8815e6388a3a1 (diff) | |
download | anaconda-4cbdd5ba20ace00de91611bfe86b1b27bc6453f9.tar.gz anaconda-4cbdd5ba20ace00de91611bfe86b1b27bc6453f9.tar.xz anaconda-4cbdd5ba20ace00de91611bfe86b1b27bc6453f9.zip |
repo.proxy is now a property, so check before setting it (#481342).
Also, change the wording in the UI slightly to indicate you can add a port
to the proxy string.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/addrepo.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addrepo.glade b/ui/addrepo.glade index f9487556c..7a6637e32 100644 --- a/ui/addrepo.glade +++ b/ui/addrepo.glade @@ -341,7 +341,7 @@ Hard Drive</property> <child> <widget class="GtkLabel" id="label11"> <property name="visible">True</property> - <property name="label" translatable="yes">Proxy U_RL</property> + <property name="label" translatable="yes">Proxy U_RL (host:port)</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |