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-cache.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-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |