diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:16:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:16:41 (EDT) |
commit | 103391af25be259721d647d7970f1d08737ff90a (patch) | |
tree | ba15fda889640f702076546f766b7da9e8b43ce2 /locale | |
parent | d3bb18a3f7ac78beae7bf639f278e73eb1dd0dbb (diff) |
Move suite-related messages.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/pro_archman.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index a01aa33..e43f82a 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -68,12 +68,14 @@ msg_pro_archman_cmd_remove_removing='Removing %s from %s/%s...' # lib/cmd/copy-suite.sh msg_pro_archman_cmd_copy_suite_summary='copy packages from one suite to another' msg_pro_archman_cmd_copy_suite_usage='<source-suite> <destination-suite>' -msg_pro_archman_cmd_copy_suite_copying='Copying suite %s/%s to suite %s/%s...' # lib/cmd/remove-suite.sh msg_pro_archman_cmd_remove_suite_summary='remove a suite' msg_pro_archman_cmd_remove_suite_usage='<suite>' -msg_pro_archman_cmd_remove_suite_removing='Removing suite %s/%s...' + +# lib/suite.sh +msg_pro_archman_suite_copying='Copying suite %s/%s to suite %s/%s...' +msg_pro_archman_suite_removing='Removing suite %s/%s...' # lib/control.sh msg_pro_archman_control_empty_line='empty line' |