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-cache.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cmdline/apt-cache.cc') diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index dd1488568..b70e1db38 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1209,10 +1209,10 @@ bool ShowHelp(CommandLine &) /*{{{*/ " apt-cache [options] show pkg1 [pkg2 ...]\n" "\n" "apt-cache queries and displays available information about installed\n" - "as well as installable packages. It works exclusively on the data\n" - "acquired via the 'update' command of e.g. apt-get to the local cache.\n" - "The displayed information can therefore be outdated if the last update\n" - "is too long ago, but in exchange apt-cache works independently of the\n" + "and installable packages. It works exclusively on the data acquired\n" + "into the local cache via the 'update' command of e.g. apt-get. The\n" + "displayed information may therefore be outdated if the last update was\n" + "too long ago, but in exchange apt-cache works independently of the\n" "availability of the configured sources (e.g. offline).\n"); return true; } -- cgit v1.2.3