summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-04-26 12:39:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-04-26 12:39:09 +0000
commit99fc199c797b7ec98ddea1c64bba58f725aa02e9 (patch)
tree6c96ab394929372f0590eb382af6f39afc937098 /mdk-stage1/stage1.c
parent81e0cf5ae13264ce78af6c9747c99460b656e994 (diff)
downloaddrakx-backup-do-not-use-99fc199c797b7ec98ddea1c64bba58f725aa02e9.tar
drakx-backup-do-not-use-99fc199c797b7ec98ddea1c64bba58f725aa02e9.tar.gz
drakx-backup-do-not-use-99fc199c797b7ec98ddea1c64bba58f725aa02e9.tar.bz2
drakx-backup-do-not-use-99fc199c797b7ec98ddea1c64bba58f725aa02e9.tar.xz
drakx-backup-do-not-use-99fc199c797b7ec98ddea1c64bba58f725aa02e9.zip
rename MandrakeMove to Mandrakemove
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index e1efc6348..4d90496cc 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -603,7 +603,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
stg1_error_message(DISTRIB_NAME " typically needs more than %d Mbytes of memory (detected %d Mbytes). You may proceed, but the machine may crash or lock up for no apparent reason. Continue at your own risk. Alternatively, you may reboot your system now.",
MEM_LIMIT_MOVE, total_memory());
if (mandrake_move_pre() != RETURN_OK)
- stg1_error_message("Fatal error when preparing MandrakeMove.");
+ stg1_error_message("Fatal error when preparing Mandrakemove.");
#endif
#ifndef DISABLE_DISK
@@ -623,7 +623,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
#ifdef MANDRAKE_MOVE
if (mandrake_move_post() != RETURN_OK)
- stg1_error_message("Fatal error when launching MandrakeMove.");
+ stg1_error_message("Fatal error when launching Mandrakemove.");
#endif
if (shell_pid != 0) {