From 31fb83d60f5f6d72d444ab04b8cbf1e4ce1b7ba0 Mon Sep 17 00:00:00 2001 From: pad Date: Mon, 6 Sep 1999 20:49:44 +0000 Subject: better --- perl-install/install_steps_interactive.pm | 2 +- perl-install/share/po/no.po | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8696dfba0..8da801a2f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -448,7 +448,7 @@ sub addUser($) { {val => \$u->{shell}, list => \@shells, not_edit => !$::expert}, ], focus_out => sub { - $u{name} = lc first($u{realname} =~ /(\w+)/) if $_[0] eq 0; + $u->{name} = lc first($u->{realname} =~ /(\w+)/) if $_[0] eq 0; }, complete => sub { $u->{password} eq $u->{password2} or $o->ask_warn('', [ _("You must enter the same password"), _("Please try again") ]), return (1,3); diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po index 27a354697..edbc5c8bb 100644 --- a/perl-install/share/po/no.po +++ b/perl-install/share/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: panoramix VERSION\n" -"POT-Creation-Date: 1999-09-06 20:58+0200\n" +"POT-Creation-Date: 1999-09-06 22:38+0200\n" "PO-Revision-Date: 1999-08-25 11:07+0200\n" "Last-Translator: Terje Bjerkelia \n" "Language-Team: norwegian\n" @@ -1551,19 +1551,19 @@ msgid "Starting step `%s'\n" msgstr "Starter steg `%s'\n" #: ../interactive.pm_.c:47 ../interactive.pm_.c:57 ../my_gtk.pm_.c:174 -#: ../my_gtk.pm_.c:316 ../my_gtk.pm_.c:413 +#: ../my_gtk.pm_.c:318 ../my_gtk.pm_.c:401 msgid "Ok" msgstr "Ok" -#: ../interactive.pm_.c:52 ../my_gtk.pm_.c:315 +#: ../interactive.pm_.c:52 ../my_gtk.pm_.c:317 msgid "No" msgstr "Nei" -#: ../interactive.pm_.c:52 ../my_gtk.pm_.c:315 +#: ../interactive.pm_.c:52 ../my_gtk.pm_.c:317 msgid "Yes" msgstr "Ja" -#: ../interactive.pm_.c:57 ../my_gtk.pm_.c:175 ../my_gtk.pm_.c:316 +#: ../interactive.pm_.c:57 ../my_gtk.pm_.c:175 ../my_gtk.pm_.c:318 msgid "Cancel" msgstr "Avbryt" @@ -1718,7 +1718,7 @@ msgstr "" msgid "Yugoslavian (latin layout)" msgstr "" -#: ../my_gtk.pm_.c:316 +#: ../my_gtk.pm_.c:318 msgid "Is it ok?" msgstr "Er det ok?" -- cgit v1.2.1