diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-17 14:35:22 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-17 14:35:22 +0000 |
commit | 242011a19029f260e65df6e1c0a00fe50f748bdd (patch) | |
tree | 4487767ee20f0baa9b382690ad8769004097456e /lib/network/netconnect.pm | |
parent | 22946d4820da9755378f5526a1c92f4e21f02f4b (diff) | |
download | drakx-net-242011a19029f260e65df6e1c0a00fe50f748bdd.tar drakx-net-242011a19029f260e65df6e1c0a00fe50f748bdd.tar.gz drakx-net-242011a19029f260e65df6e1c0a00fe50f748bdd.tar.bz2 drakx-net-242011a19029f260e65df6e1c0a00fe50f748bdd.tar.xz drakx-net-242011a19029f260e65df6e1c0a00fe50f748bdd.zip |
Showing current profile name when necessary.
Diffstat (limited to 'lib/network/netconnect.pm')
-rw-r--r-- | lib/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm index 6a9e9eb..5c9b562 100644 --- a/lib/network/netconnect.pm +++ b/lib/network/netconnect.pm @@ -124,7 +124,7 @@ sub real_main { welcome => { pre => sub { undef $net->{type} }, if_(!$::isInstall, no_back => 1), - name => N("Choose the connection you want to configure"), + name => N("Choose the connection you want to configure" . if_($net->{PROFILE} && network::network::netprofile_count() > 0, "\n".N("Those settings will be saved for the network profile <b>%s</b>", $net->{PROFILE}) ) ), if_(!$::isInstall, interactive_help_id => 'configureNetwork'), data => [ { list => [ network::connection::get_types ], type => 'list', val => \$net->{type}, format => sub { $_[0] && $_[0]->get_type_description }, |