Catch an untranslated warning in lib/remove.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-09-15 12:55:19 +02:00 committed by Dan McGee
parent d0d6c58c05
commit 08ee4059b5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static void remove_prepare_keep_needed(pmtrans_t *trans, pmdb_t *db,
&vpkg);
pkg = vpkg;
if(pkg) {
_alpm_log(PM_LOG_WARNING, "removing %s from the target-list\n",
_alpm_log(PM_LOG_WARNING, _("removing %s from the target-list\n"),
alpm_pkg_get_name(pkg));
_alpm_pkg_free(pkg);
}