From e55164d1fc013a89367c9f11d1e3cd8300b57297 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 17 Aug 2009 14:34:31 +0000 Subject: Improved new profile help text. --- bin/draknetprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/draknetprofile') diff --git a/bin/draknetprofile b/bin/draknetprofile index f9bc2e3..5ae4eb4 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -152,7 +152,7 @@ sub clone_profile() { my $dialog = _create_dialog(N("New profile...")); my $entry_dialog = Gtk2::Entry->new; gtkpack($dialog->vbox, - Gtk2::WrappedLabel->new(N("Name of new profile to create (the new profile initially will be created with base on current settings):")), + Gtk2::WrappedLabel->new(N("Please specify the name of new network profile to create (e.g., work, home, roaming, ..). This new profile initially will be created with base on current settings, and you'll be able to configure your system configuration as usual afterwards.")), $entry_dialog, ); gtkpack($dialog->action_area, @@ -169,6 +169,7 @@ sub clone_profile() { $dialog->destroy; network::network::netprofile_set($net, $dest_profile); update_profiles(); + info_dialog(N("New profile created"), N("You are now using network profile %s. You can configure your system as usual, and all your network settings from now on will be saved into this profile.", $dest_profile)); }), ); $bok->can_default(1); -- cgit v1.2.1