summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:: @if [ ! -d doc ]; then \ echo "Checking out doc stuff now ..."; \ cvs -d :ext:cvs.mandriva.com:/cooker co doc/manualB/{entities,manuals,modules}; \ else \ echo "Updating doc stuff now ..."; \ cd doc ; cvs update manualB/{entities,manuals,modules}; \ fi ./help_xml2pm.pl
e/?h=topic/MDK-2006_0-update&id=423414bb99f124ac27cb9003f4551386d58b609e'>8e8ed385ac97fd8c042afbb17e60032a7adb76e1 /move parent6a5560dfcc0c33006fe55fadb88250f059d60b3a (diff)downloaddrakx-backup-do-not-use-423414bb99f124ac27cb9003f4551386d58b609e.tar
drakx-backup-do-not-use-423414bb99f124ac27cb9003f4551386d58b609e.tar.gz
drakx-backup-do-not-use-423414bb99f124ac27cb9003f4551386d58b609e.tar.bz2
drakx-backup-do-not-use-423414bb99f124ac27cb9003f4551386d58b609e.tar.xz
drakx-backup-do-not-use-423414bb99f124ac27cb9003f4551386d58b609e.zip
replace "Error" with "Read carefully!", it's less frightening
Diffstat (limited to 'move')
-rwxr-xr-xmove/tree/mdk_totem2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/tree/mdk_totem b/move/tree/mdk_totem
index e51af7487..a4544fca8 100755
--- a/move/tree/mdk_totem
+++ b/move/tree/mdk_totem
@@ -73,7 +73,7 @@ if (@$bad_busy) {
);
$in->ask_from_({
- title => N("Error"),
+ title => N("Read carefully!"),
messages => N("You can't use another CDROM when the following programs are running:
%s", join(", ", uniq(sort @progs))) },
[ { type => 'list', val => \$choice, list => first(list2kv(@l)), format => sub { $l{$_[0]} } } ]) or $in->exit;