diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-01-26 17:23:50 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-09-27 00:12:14 +0200 |
commit | b39bb552f8de65cea13dc5f1fae6fbeb198605c6 (patch) | |
tree | c9b3cc0d985d7b2678f7a26c8e155933051156ac /po/pt_BR.po | |
parent | 12841e8320aa499554ac50b102b222900bb1b879 (diff) |
correct the error messages to refer to apt-key instead of gpgv
Git-Dch: Ignore
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 87575301a..0be44e8af 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1022,10 +1022,9 @@ msgid "At least one invalid signature was encountered." msgstr "Ao menos uma assinatura inválida foi encontrada." #: methods/gpgv.cc:174 -#, fuzzy -msgid "Could not execute 'gpgv' to verify signature (is gpgv installed?)" +msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" msgstr "" -"Não foi possível executar '%s' para verificar a assinatura (o gpgv está " +"Não foi possível executar 'apt-key' para verificar a assinatura (o gnupg está " "instalado?)" #. TRANSLATORS: %s is a single techy word like 'NODATA' @@ -1037,8 +1036,8 @@ msgid "" msgstr "" #: methods/gpgv.cc:184 -msgid "Unknown error executing gpgv" -msgstr "Erro desconhecido executando gpgv" +msgid "Unknown error executing apt-key" +msgstr "Erro desconhecido executando apt-key" #: methods/gpgv.cc:217 methods/gpgv.cc:224 msgid "The following signatures were invalid:\n" |