[pacman-dev] [PATCH] Catch an untranslated warning in lib/remove.c
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> --- lib/libalpm/remove.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index af2ce94..15ea069 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -136,7 +136,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); } -- 1.6.4.3
On Tue, Sep 15, 2009 at 5:56 AM, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> --- lib/libalpm/remove.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Good for maint, thanks. -Dan
participants (2)
-
Dan McGee
-
Nagy Gabor