summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-01 00:27:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-01 00:27:15 +0000
commit464a4f2ceea7a0d66cb044c2be2d9f3600d31538 (patch)
treebe3c8ced922e2709fc1d8115e94f12a5cea9f61f /perl-install
parenteb96255b4823524dc9141861774b450d73d735e3 (diff)
downloaddrakx-464a4f2ceea7a0d66cb044c2be2d9f3600d31538.tar
drakx-464a4f2ceea7a0d66cb044c2be2d9f3600d31538.tar.gz
drakx-464a4f2ceea7a0d66cb044c2be2d9f3600d31538.tar.bz2
drakx-464a4f2ceea7a0d66cb044c2be2d9f3600d31538.tar.xz
drakx-464a4f2ceea7a0d66cb044c2be2d9f3600d31538.zip
typo fix
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm2
-rwxr-xr-xperl-install/standalone/harddrake22
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 05478d27d..1a3a046ff 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -371,7 +371,7 @@ sub real_main {
pre => sub {
%isdn_cards = network::isdn::get_cards();
},
- name => N("Select a device !"),
+ name => N("Select a device!"),
data => sub { [ { label => N("Net Device"), val => \$isdn_name, type => 'list', separator => '|', list => [ keys %isdn_cards ], allow_empty_list => 1 } ] },
pre2 => sub {
my ($label) = @_;
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index d6822b1cd..59bb64847 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -189,7 +189,7 @@ my @menu_items =
{ use_markup => 1, if_(!$::isEmbedded, transient => $w->{window}), height => 400, scroll => 1 })
} else {
- create_dialog(N("Select a device !"), N("Once you've selected a device, you'll be able to see the device information in fields displayed on the right frame (\"Information\")"), { if_(!$::isEmbedded, transient => $w->{window}) })
+ create_dialog(N("Select a device!"), N("Once you've selected a device, you'll be able to see the device information in fields displayed on the right frame (\"Information\")"), { if_(!$::isEmbedded, transient => $w->{window}) })
}
},
undef, '<Item>'