diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-10 10:30:36 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-10 10:38:54 +0100 |
commit | 29626ddaf19284855ba3244cff28612cbc1e2b84 (patch) | |
tree | d1a268ef2c402ae7d29da2292e146c3856d65b56 /po/apt-all.pot | |
parent | b78d18378213292691b5132975086d9e80973a81 (diff) |
Generalize %s does not take any arguments
This used to be "apt-cache stats does not take any arguments", but
replace "apt-cache stats" with "%s" so we can reuse it for other
commands.
Gbp-Dch: ignore
Diffstat (limited to 'po/apt-all.pot')
-rw-r--r-- | po/apt-all.pot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index e1d0e0f97..84a22e321 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -2408,7 +2408,8 @@ msgid "All packages are up to date." msgstr "" #: cmdline/apt-cache.cc -msgid "apt-cache stats does not take any arguments" +#, c-format +msgid "%s does not take any arguments" msgstr "" #: cmdline/apt-cache.cc |