Date: Tuesday, March 6, 2007 @ 14:38:04 Author: dan Path: /home/cvs-pacman/pacman-lib/lib/libalpm Modified: add.c (1.125 -> 1.126) * Sorry tranlators, another string update. .pacorig was displayed twice in the output of this message (simple fix- remove .pacorig from your translated message). -------+ add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pacman-lib/lib/libalpm/add.c diff -u pacman-lib/lib/libalpm/add.c:1.125 pacman-lib/lib/libalpm/add.c:1.126 --- pacman-lib/lib/libalpm/add.c:1.125 Mon Mar 5 17:13:33 2007 +++ pacman-lib/lib/libalpm/add.c Tue Mar 6 14:38:04 2007 @@ -621,7 +621,7 @@ errors++; } else { archive_entry_set_pathname(entry, filename); - _alpm_log(PM_LOG_WARNING, _("%s saved as %s.pacorig"), filename, newpath); + _alpm_log(PM_LOG_WARNING, _("%s saved as %s"), filename, newpath); alpm_logaction(_("warning: %s saved as %s"), filename, newpath); } }