mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
i18n fix
This commit is contained in:
parent
cb117d7457
commit
d91c7a06ff
@ -16,6 +16,9 @@
|
||||
|
||||
2006-06-28 Werner Koch <wk@g10code.com>
|
||||
|
||||
* import.c (check_prefs_warning): Fix change for better
|
||||
translatability.
|
||||
|
||||
* app-openpgp.c (do_writekey): Fixed computation of memmove
|
||||
length. This led to garbled keys if E was larger than one byte.
|
||||
Thanks to Achim Pietig for hinting at the garbled E.
|
||||
|
@ -563,8 +563,13 @@ print_import_check (PKT_public_key * pk, PKT_user_id * id)
|
||||
static void
|
||||
check_prefs_warning(PKT_public_key *pk)
|
||||
{
|
||||
log_info(_("WARNING: key %s contains preferences for unavailable\n"
|
||||
"algorithms on these user IDs:\n"), keystr_from_pk(pk));
|
||||
log_info(_("WARNING: key %s contains preferences for unavailable\n"),
|
||||
keystr_from_pk(pk));
|
||||
/* TRANSLATORS: This string is belongs to the previous one. They are
|
||||
only split up to allow printing of a common prefix. The
|
||||
check_prefs_warning tag is a hack to make this string unique. */
|
||||
log_info(_(" algorithms on these user IDs:\n"
|
||||
"\0" "check_prefs_warning"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user