summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-02-27 17:24:12 -0500
committerChris Lumens <clumens@redhat.com>2008-02-28 14:27:26 -0500
commiteac6293ca4d5c8198aa2301565f694ea792cdac3 (patch)
tree5251766cc02ab4054dbd1f95e6942140982eca1f /ui
parent3fd93c9585c708acb1c39d0887bffdd774e288ed (diff)
downloadanaconda-eac6293ca4d5c8198aa2301565f694ea792cdac3.tar.gz
anaconda-eac6293ca4d5c8198aa2301565f694ea792cdac3.tar.xz
anaconda-eac6293ca4d5c8198aa2301565f694ea792cdac3.zip
Allow recovery from some missing repodata conditions.
If we try to read the repodata during doRepoSetup and find that it's not there, allow editing the repository right away and attempt to reconfigure. These changes will be reflected in task selection later on.
Diffstat (limited to 'ui')
-rw-r--r--ui/addrepo.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addrepo.glade b/ui/addrepo.glade
index 0317700c8..e946dcaf2 100644
--- a/ui/addrepo.glade
+++ b/ui/addrepo.glade
@@ -72,7 +72,7 @@
<child>
<widget class="GtkLabel" id="descLabel">
<property name="visible">True</property>
- <property name="label" translatable="yes" context="yes">Please provide the location where your additional software can be installed from. Note that this must be a valid repository for %s.</property>
+ <property name="label" translatable="yes" context="yes">Please provide the location where your additional software can be installed from.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>