From 29626ddaf19284855ba3244cff28612cbc1e2b84 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 10 Jan 2019 10:30:36 +0100 Subject: 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 --- po/zh_CN.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'po/zh_CN.po') diff --git a/po/zh_CN.po b/po/zh_CN.po index e40abfac2..ef8754fcd 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2479,8 +2479,9 @@ msgid "All packages are up to date." msgstr "所有软件包均为最新。" #: cmdline/apt-cache.cc -msgid "apt-cache stats does not take any arguments" -msgstr "apt-cache stats 命令不需要参数" +#, c-format +msgid "%s does not take any arguments" +msgstr "%s 命令不需要参数" #: cmdline/apt-cache.cc msgid "Total package names: " -- cgit v1.2.3