diff options
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Sambashare.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index 1ab71b5e..ca066512 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -114,7 +114,7 @@ $o->{pages} = { no_back => 1, }, understanding => { - name => N("Now i need to know your undestanding in Samba server configuration"), + name => N("Now I need to know your understanding in Samba server configuration"), data => [ { label => N("What kind of user are you:"), val => \$o->{var}{wiz_understanding}, list => [ keys %understanding ], format => sub { $understanding{$_[0]} } }, ], |