[pacman-dev] lost gettex macro
17 Feb
2008
17 Feb
'08
12:25 a.m.
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
17 Feb
17 Feb
12:45 a.m.
On Feb 16, 2008 5:25 PM, Vojtěch Gondžala <vogo@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
6602
Age (days ago)
6602
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan McGee
-
Vojtěch Gondžala