summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-04 17:53:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-04 17:53:36 +0000
commit1484fe7562a5a26c965911aa27e24fdda59c1d55 (patch)
treebf3ffee132a2db1aeb30775a6eca9baaa6d8317c /move
parent7fe65eba6013f91aa72f46457e718faad73fb122 (diff)
downloaddrakx-backup-do-not-use-1484fe7562a5a26c965911aa27e24fdda59c1d55.tar
drakx-backup-do-not-use-1484fe7562a5a26c965911aa27e24fdda59c1d55.tar.gz
drakx-backup-do-not-use-1484fe7562a5a26c965911aa27e24fdda59c1d55.tar.bz2
drakx-backup-do-not-use-1484fe7562a5a26c965911aa27e24fdda59c1d55.tar.xz
drakx-backup-do-not-use-1484fe7562a5a26c965911aa27e24fdda59c1d55.zip
window title "Busy files" is not very informative, replacing with the simple string "Error"
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 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;