summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2010-09-28 20:20:06 -0700
committerAdrian Sampson <adrian@radbox.org>2010-09-28 20:20:06 -0700
commit14a6a4cf465d222146c6afb73e67b6a08671f593 (patch)
tree0a1440abba7d28cce0c81ee0030fd60ee3e1266c
parent22f8a5acf9fd036cde8b8fa5852799d70e862364 (diff)
rewording1.0b5
-rw-r--r--beets/ui/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beets/ui/commands.py b/beets/ui/commands.py
index fd3e1b167..bfaf7a4da 100644
--- a/beets/ui/commands.py
+++ b/beets/ui/commands.py
@@ -309,7 +309,7 @@ def read_albums(paths):
for path in paths:
resume_dir = progress_get(path)
if resume_dir:
- resume = ui.input_yn("Tagging of the directory:\n%s"
+ resume = ui.input_yn("Import of the directory:\n%s"
"\nwas interrupted. Resume (Y/n)? " %
path)
if resume: