diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 21:22:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 21:22:51 +0000 |
commit | 44cb9561fd77e0d0165b14eae760fad18201a154 (patch) | |
tree | 22e9be38c8991deaa0ca1b762c9cadbac1119336 | |
parent | b8feee1e1e0883126b2e905a6f4dbf5d38546f80 (diff) | |
download | drakx-backup-do-not-use-44cb9561fd77e0d0165b14eae760fad18201a154.tar drakx-backup-do-not-use-44cb9561fd77e0d0165b14eae760fad18201a154.tar.gz drakx-backup-do-not-use-44cb9561fd77e0d0165b14eae760fad18201a154.tar.bz2 drakx-backup-do-not-use-44cb9561fd77e0d0165b14eae760fad18201a154.tar.xz drakx-backup-do-not-use-44cb9561fd77e0d0165b14eae760fad18201a154.zip |
update BLA BLA since no one did move on this
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 607fa6e5d..4d1ef9820 100644 --- a/move/move.pm +++ b/move/move.pm @@ -306,7 +306,7 @@ sub install2::configMove { } else { require any; any::ask_user_one($o, $o->{users} ||= [], $o->{security}, - additional_msg => N("BLA BLA user for move, password for screensaver"), noaccept => 1, needauser => 1, noicons => 1); + additional_msg => N("Enter your user information, password will be used for screensaver"), noaccept => 1, needauser => 1, noicons => 1); } #- force uid/gid to 501 as it was used when mounting key, addUser may choose 502 when key already holds user data put_in_hash($o->{users}[0], { uid => 501, gid => 501 }); |