1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Fix FS #6534- unclear IgnorePkg message. Sorry translators, had to update

a string! You messages may or may not have changed much.
This commit is contained in:
Dan McGee 2007-03-06 15:00:26 +00:00
parent e1704bfdd6
commit 45855badc1

View File

@ -171,7 +171,8 @@ void cb_trans_conv(pmtransconv_t event, void *data1, void *data2,
*response = 0;
}
} else if(data2) {
snprintf(str, LOG_STR_LEN, _(":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "),
/* TODO we take this route based on data2 being not null? WTF */
snprintf(str, LOG_STR_LEN, _(":: %1$s requires %2$s from IgnorePkg. Install %2$s? [Y/n] "),
alpm_pkg_get_name(data1),
alpm_pkg_get_name(data2));
*response = yesno(str);