summaryrefslogtreecommitdiffstats
path: root/bin/draknetprofile
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-08-17 15:45:42 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-08-17 15:45:42 +0000
commit9e328d461cb49d61ecb3b2536f1888335023033d (patch)
tree421c6a12da606f9455f1a224eed9a65b9ffbe12e /bin/draknetprofile
parent7ec99532b5e53abf5767fc58c2ed117666855770 (diff)
downloaddrakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.gz
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.bz2
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.xz
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.zip
English fixes.
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-xbin/draknetprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile
index 5ae4eb4..003bd5b 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("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.")),
+ Gtk2::WrappedLabel->new(N("Please specify the name of the new network profile to be created (e.g., work, home, roaming, ..). This new profile will be created based on current settings, and you'll be able to configure your system configuration as usual afterwards.")),
$entry_dialog,
);
gtkpack($dialog->action_area,
@@ -193,7 +193,7 @@ sub delete_selected_profile() {
gtkadd($w->{window},
gtknew('VBox', spacing => 5, children => [
$::isEmbedded ? () : (0, Gtk2::Banner->new('draknetprofile', $title)),
- 0, gtknew('WrappedLabel', text => N("This tool allows to control network profiles.")),
+ 0, gtknew('WrappedLabel', text => N("This tool allows you to control network profiles.")),
0, gtknew('WrappedLabel', text => N("Select the netprofile modules:")),
1, gtknew('ScrolledWindow', width => 300, height => 150, child => $modules_list),
0, gtknew('WrappedLabel', text => N("Select a network profile:")),