From bb787e26ee01f961c76fbe4e568275a66e80009f Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 15 May 2006 02:19:57 +0000 Subject: first stage of i18n stuff from VMiklos --- src/pacman/list.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/pacman/list.c') diff --git a/src/pacman/list.c b/src/pacman/list.c index a7e9ce13..0a080373 100644 --- a/src/pacman/list.c +++ b/src/pacman/list.c @@ -23,7 +23,9 @@ #include #include #include +#include /* pacman */ +#include "util.h" #include "list.h" extern int maxcols; @@ -138,7 +140,7 @@ void list_display(const char *title, list_t *list) } printf("\n"); } else { - printf("None\n"); + printf(_("None\n")); } } @@ -166,7 +168,7 @@ void PM_LIST_display(const char *title, PM_LIST *list) } printf("\n"); } else { - printf("None\n"); + printf(_("None\n")); } } -- cgit v1.2.3