Cosmetic: +Note about unsupported localized drivers detection.
authorshort <>
Wed, 26 Nov 2003 16:49:09 +0000 (16:49 +0000)
committershort <>
Wed, 26 Nov 2003 16:49:09 +0000 (16:49 +0000)
src/install/acquire/ui-gnome.glade
src/install/acquire/ui-line.c

index f7fca52..a1ff27c 100644 (file)
@@ -218,6 +218,7 @@ It uses original Microsoft Windows driver files to access the disks. As these fi
                            <widget class="GtkLabel" id="ScanPathInfo">
                              <property name="visible">True</property>
                              <property name="label" translatable="yes">Here you can specify custom path to the drivers. Besides regular disk path you can also specify www URL such as: http://machine/path/name
+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.
 If you have no idea simply go Forward.</property>
                              <property name="use_underline">False</property>
                              <property name="use_markup">False</property>
index 788fb86..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)