diff options
author | Funda Wang <fwang@mandriva.org> | 2005-09-04 14:05:52 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-09-04 14:05:52 +0000 |
commit | 9ff018349cce1d666554391c4377ea5240531e7f (patch) | |
tree | 5348133a2977f1c94f88b438a7c51197089774eb /perl-install/standalone | |
parent | 376326b8f01eb051aacba0b08d71d5a7b96005ee (diff) | |
download | drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.gz drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.bz2 drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.xz drakx-9ff018349cce1d666554391c4377ea5240531e7f.zip |
Corrected typos.
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksambashare | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare index 625dbd290..69ea3ab91 100755 --- a/perl-install/standalone/draksambashare +++ b/perl-install/standalone/draksambashare @@ -521,7 +521,7 @@ sub add_printers_entry() { }, end_add => { name => N("Congratulations"), - data => [ { label => N("The wizard successfully the Samba share") } ], + data => [ { label => N("The wizard successfully added the printer Samba share") } ], no_back => 1, end => 1, next => 0, @@ -926,7 +926,7 @@ sub modify_user_info { 0, gtkadd(Gtk2::Frame->new(N("User information")), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), 0, $label_and_widgets->(N("User name:"), $buser, ""), - 0, $label_and_widgets->(N("Passwd:"), $bpasswd, ""), + 0, $label_and_widgets->(N("Password:"), $bpasswd, ""), ), ), 0, create_okcancel({ |