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/vi.po | |
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/vi.po')
-rw-r--r-- | po/vi.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2536,8 +2536,8 @@ msgid "All packages are up to date." msgstr "Mọi gói đã được cập nhật." #: cmdline/apt-cache.cc -#, fuzzy -msgid "apt-cache stats does not take any arguments" +#, fuzzy, c-format +msgid "%s does not take any arguments" msgstr "Lệnh cập nhật không chấp nhận đối số" #: cmdline/apt-cache.cc |