summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-04-30 17:29:23 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-30 17:30:17 (EDT)
commit540d3e7db83309ae026ece47933214d7647435ea (patch)
tree95a010a3bd01b663d416a9977cd2908693f5d932 /locale
parent103391af25be259721d647d7970f1d08737ff90a (diff)
Move package removal message.
Also, make it a little more verbose.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US/pro_archman.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh
index e43f82a..e9d9650 100644
--- a/locale/en_US/pro_archman.sh
+++ b/locale/en_US/pro_archman.sh
@@ -63,7 +63,9 @@ msg_pro_archman_cmd_process_incoming_processing='Processing changes in incoming.
# lib/cmd/remove.sh
msg_pro_archman_cmd_remove_summary='remove packages from a suite'
msg_pro_archman_cmd_remove_usage='<suite> <source>'
-msg_pro_archman_cmd_remove_removing='Removing %s from %s/%s...'
+
+# lib/remove.sh
+msg_pro_archman_removing_from_suite='Removing package %s from suite %s/%s...'
# lib/cmd/copy-suite.sh
msg_pro_archman_cmd_copy_suite_summary='copy packages from one suite to another'