diff options
Diffstat (limited to 'move/tree')
-rwxr-xr-x | move/tree/mdk_totem | 2 |
1 files changed, 1 insertions, 1 deletions
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; |