Fix an untranslated message in src/callback.c

Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Nagy Gabor 2009-07-28 13:56:17 +02:00 committed by Dan McGee
parent 9b086d8b9e
commit 3a6ed11428
1 changed files with 2 additions and 2 deletions

View File

@ -272,8 +272,8 @@ void cb_trans_conv(pmtransconv_t event, void *data1, void *data2,
namelist = alpm_list_add(namelist,
(char *)alpm_pkg_get_name(i->data));
}
printf(":: the following package(s) cannot be upgraded due to "
"unresolvable dependencies:\n");
printf(_(":: the following package(s) cannot be upgraded due to "
"unresolvable dependencies:\n"));
list_display(" ", namelist);
*response = yesno(_("\nDo you want to skip the above "
"package(s) for this upgrade?"));