mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05: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:
parent
e1704bfdd6
commit
45855badc1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user