1 |
wellsi |
1.1 |
diff -ruN e-smith-base-5.2.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm |
2 |
|
|
--- e-smith-base-5.2.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2012-03-17 04:53:33.000000000 +0000 |
3 |
|
|
+++ e-smith-base-5.2.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2012-03-17 04:56:22.000000000 +0000 |
4 |
|
|
@@ -112,15 +112,15 @@ |
5 |
|
|
|
6 |
|
|
my ($rc, $choice) = $console->menu_page |
7 |
|
|
( |
8 |
|
|
- title => sprintf(gettext("Select %s network ethernet driver"), |
9 |
|
|
+ title => sprintf(gettext("Select %s network device"), |
10 |
|
|
gettext($ifName)), |
11 |
|
|
default => $default, |
12 |
|
|
text => |
13 |
|
|
- sprintf(gettext("You now need to select the proper driver for your " . |
14 |
|
|
- "%s network ethernet adapter. The server can attempt to do " . |
15 |
|
|
- "this automatically, or you can do it manually - either by " . |
16 |
|
|
- "specifying the model of your ethernet adapter or by " . |
17 |
|
|
- "directly choosing a driver.\n"), gettext($ifName)), |
18 |
|
|
+ sprintf(gettext("You now need to select the proper device for your " . |
19 |
|
|
+ "%s network. The server can attempt to do " . |
20 |
|
|
+ "this automatically, or you can do it manually. " . |
21 |
|
|
+ "The network driver, MAC address and model of your " . |
22 |
|
|
+ "network adapter are listed below.\n"), gettext($ifName)), |
23 |
|
|
argsref => \@args, |
24 |
|
|
); |