diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-12 04:09:40 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-12 04:09:40 +0000 |
commit | c39605d142e32491ea81108d22f2e9aa4e1f664b (patch) | |
tree | 6e93638a7a70381f17ad2ebef5bd5e0d6db08e30 /perl-install/standalone/draknfs | |
parent | b5cf1fc024e9328bf4a11862f486d2f9b233109a (diff) | |
download | drakx-c39605d142e32491ea81108d22f2e9aa4e1f664b.tar drakx-c39605d142e32491ea81108d22f2e9aa4e1f664b.tar.gz drakx-c39605d142e32491ea81108d22f2e9aa4e1f664b.tar.bz2 drakx-c39605d142e32491ea81108d22f2e9aa4e1f664b.tar.xz drakx-c39605d142e32491ea81108d22f2e9aa4e1f664b.zip |
typo fix
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r-- | perl-install/standalone/draknfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 04e516d5a..54074331e 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -355,8 +355,8 @@ sub add_modify_entry { 0, gtkadd(Gtk2::Frame->new(N("User ID Mapping")), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), 0, $label_and_widgets->(N("User ID:"), $luserid, help_b(N_("Help User ID"), create_pango_help_box($help_userid))), - 0, $label_and_widgets->(N("anonuid:"), $anonuid, ""), - 0, $label_and_widgets->(N("anongid:"), $anongid, ""), + 0, $label_and_widgets->(N("Anonymous user ID:"), $anonuid, ""), + 0, $label_and_widgets->(N("Anonymous Group ID:"), $anongid, ""), ), ), 0, gtkadd(Gtk2::Frame->new(N("Advanced Options")), |