summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-18 21:22:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-18 21:22:51 +0000
commit44cb9561fd77e0d0165b14eae760fad18201a154 (patch)
tree22e9be38c8991deaa0ca1b762c9cadbac1119336 /move/move.pm
parentb8feee1e1e0883126b2e905a6f4dbf5d38546f80 (diff)
downloaddrakx-44cb9561fd77e0d0165b14eae760fad18201a154.tar
drakx-44cb9561fd77e0d0165b14eae760fad18201a154.tar.gz
drakx-44cb9561fd77e0d0165b14eae760fad18201a154.tar.bz2
drakx-44cb9561fd77e0d0165b14eae760fad18201a154.tar.xz
drakx-44cb9561fd77e0d0165b14eae760fad18201a154.zip
update BLA BLA since no one did move on this
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm2
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 });