summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-10 20:54:37 +0000
committerMike Fulbright <msf@redhat.com>2000-04-10 20:54:37 +0000
commitd24eb328c41dc683006643e6d82633cc67b9cdeb (patch)
treed13f8ea090ffa60e3c282639614cdfb6e38935d2 /loader
parent67221fea7488115510860876e8f84ac06be537fd (diff)
downloadanaconda-d24eb328c41dc683006643e6d82633cc67b9cdeb.tar.gz
anaconda-d24eb328c41dc683006643e6d82633cc67b9cdeb.tar.xz
anaconda-d24eb328c41dc683006643e6d82633cc67b9cdeb.zip
Made updates disk text dialog has title matching function
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 88fb2bd97..a9b641c7d 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1804,7 +1804,7 @@ void loadUpdates(struct knownDevices *kd, moduleList modLoaded,
startNewt(flags);
do {
- rc = newtWinChoice(_("Devices"), _("OK"), _("Cancel"),
+ rc = newtWinChoice(_("Updates Disk"), _("OK"), _("Cancel"),
_("Insert your updates disk and press \"OK\" to continue."));
if (rc == 2) return;