summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index 4fd801c0..3af0026b 100755
--- a/mdkonline
+++ b/mdkonline
@@ -176,7 +176,9 @@ my $wiz =
name => N("Create a Mandriva Online Account"),
data => sub {
[
- { label => N("Greeting:"), val => \$greeting, list => [ @greets ], type => 'combo' },
+ { label =>
+ #-PO: that is for things like "Mr", "Ms",...
+ N("Greeting:"), val => \$greeting, list => [ @greets ], type => 'combo' },
{ label => N("First name:"), val => \$firstname },
{ label => N("Last name:"), val => \$lastname },
{ label => N("Email address:"), val => \$email },