From aaa356999af89b18b55c0a0205a5a0594fa790e7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Mar 2007 19:38:04 +0000 Subject: * Sorry tranlators, another string update. .pacorig was displayed twice in the output of this message (simple fix- remove .pacorig from your translated message). --- lib/libalpm/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 450b9c16..a1ee0c2d 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -621,7 +621,7 @@ int _alpm_add_commit(pmtrans_t *trans, pmdb_t *db) 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); } } -- cgit v1.2.3-24-g4f1b