Cosmetic: +Note about unsupported localized drivers detection.
[captive.git] / src / install / acquire / ui-line.c
index 2ea9388..7a52f6b 100644 (file)
@@ -245,7 +245,11 @@ static void ui_line_interactive(void)
        while (!all_modules_found) {
 char *line;
 
-               if (ui_line_interactive_ask(_("Fully scan all directories of your local disks?")))
+               if (ui_line_interactive_ask(_(
+                               "Detection of language localized MS-Windows drivers is missing."
+                               " You may need to copy localized ntfs.sys and ntoskrnl.exe to /var/lib/captive/ by cp(1) command;"
+                               " contact me for their proper identification, please.\n"
+                               "Fully scan all directories of your local disks?")))
                        scan_disks();
 
                if (!all_modules_found)
@@ -261,7 +265,7 @@ GnomeVFSURI *uri;
                                        if (!uri)
                                                printf(_("Error paring URI: %s"),line);
                                        else {
-                                               mod_uri_load(uri);
+                                               mod_uri_load_base_reporting(uri);
                                                gnome_vfs_uri_unref(uri);
                                                }
                                        free(line);
@@ -273,11 +277,10 @@ GnomeVFSURI *uri;
                                } while (!all_modules_found && line);
 
                if (ui_line_interactive_ask(_(
-                               "You can download the best available version of needed drivers from Microsoft.\n"
-                               "They can be found in Microsoft Windows XP Service Pack 1 Checked Build.\n"
+                               "You can download the best available version of needed drivers from Microsoft. They can be found in Microsoft Windows XP Service Pack 1 Checked Build.\n"
                                "URL: http://www.microsoft.com/WindowsXP/pro/downloads/servicepacks/sp1/checkedbuild.asp\n"
                                "Legal: In some countries you need to have valid Microsoft Windows XP license to use it.\n"
-                               "We will need to download approx 29MB of data right now (takes 2 hours on 33.6 modem).")))
+                               "It is needed to download approx 29MB of data right now out of the 144MB file size. You can also download the file separately and load it in the previous screen if some problems occur.\n")))
                        microsoft_com();
                if (!all_modules_found)
                        puts(_("\nWe tried all available drivers acquiration methods - the options will start again."));