On Feb 16, 2008 5:25 PM, Vojtěch Gondžala <vogo at seznam.cz> wrote: > Hi all, > > in file src/pacman/add.c at line 118 and in src/pacman/remove.c at line 111 > is 'printf("failed.\n");' but better is 'printf(_("failed.\n"));' ;) > > --vogo Thanks, good catch! Fixed and will make it into 3.1.2, because the message was already translated in callback.c. -Dan