diff options
author | Justin B Rye <justin.byam.rye@gmail.com> | 2015-11-21 17:50:06 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-21 18:04:29 +0100 |
commit | d04e44ac8177fc5b70ae0189bb5e437c2502f910 (patch) | |
tree | 6ba968bf2a80d788c506007a4c1c0b233f2013c6 /cmdline/apt-mark.cc | |
parent | abd6af5a1ce2c20a5742c5c3182dfadce10367ca (diff) |
review of new/changed translatable program strings
Reference mail:
https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html
Diffstat (limited to 'cmdline/apt-mark.cc')
-rw-r--r-- | cmdline/apt-mark.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 66adfd268..132bd7ef6 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -286,9 +286,9 @@ bool ShowHelp(CommandLine &) /*{{{*/ _("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" "\n" "apt-mark is a simple command line interface for marking packages\n" - "as manually or automatically installed. It is also possible to\n" - "manipulate the dpkg(1) selection states of packages with it.\n" - "It can also list all packages with or without a certain marking.\n"); + "as manually or automatically installed. It can also be used to\n" + "manipulate the dpkg(1) selection states of packages, and to list\n" + "all packages with or without a certain marking.\n"); return true; } /*}}}*/ |