From 1484fe7562a5a26c965911aa27e24fdda59c1d55 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Dec 2003 17:53:36 +0000 Subject: window title "Busy files" is not very informative, replacing with the simple string "Error" --- move/tree/mdk_totem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/tree') diff --git a/move/tree/mdk_totem b/move/tree/mdk_totem index 43da60a3b..8d3f7bc73 100755 --- a/move/tree/mdk_totem +++ b/move/tree/mdk_totem @@ -83,7 +83,7 @@ if (@busy) { ); $in->ask_from_({ - title => N("Busy files"), + title => N("Error"), 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; -- cgit v1.2.1