diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-09 22:47:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-09 22:47:15 (EDT) |
commit | dc8d23ef995cd1097cdb33c1418a14fda7beb2cb (patch) | |
tree | 363282c220e87129dd79d2e209f769da89907b73 /locale/en_US | |
parent | af5b382c2766af3fa66a4584675f5b7e2479c5ef (diff) |
locale: Clean up command summaries.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index 3fd28e3..21404c6 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -50,12 +50,12 @@ msg_pro_archman_cmd_remove_usage='<suite> <source>' msg_pro_archman_cmd_remove_removing='Removing %s from %s/%s...' # lib/cmd/copy-suite.sh -msg_pro_archman_cmd_copy_suite_summary='copies packages from one suite to another' +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='removes a suite' +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...' |