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-helper.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-helper.cc')
-rw-r--r-- | cmdline/apt-helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-helper.cc b/cmdline/apt-helper.cc index 1c67594b9..176a67e03 100644 --- a/cmdline/apt-helper.cc +++ b/cmdline/apt-helper.cc @@ -112,7 +112,7 @@ bool ShowHelp(CommandLine &) /*{{{*/ " apt-helper [options] download-file uri target-path\n" "\n" "apt-helper bundles a variety of commands for shell scripts to use\n" - "e.g. the same proxy configuration or acquire system as APT would do.\n"); + "e.g. the same proxy configuration or acquire system as APT would.\n"); return true; } /*}}}*/ |