From d04e44ac8177fc5b70ae0189bb5e437c2502f910 Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Sat, 21 Nov 2015 17:50:06 +0100 Subject: review of new/changed translatable program strings Reference mail: https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html --- cmdline/apt-mark.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmdline/apt-mark.cc') 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; } /*}}}*/ -- cgit v1.2.3