summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-06 20:38:04 +0100
committerDan McGee <dan@archlinux.org>2007-03-06 20:38:04 +0100
commitaaa356999af89b18b55c0a0205a5a0594fa790e7 (patch)
tree4ef4f5e949f5ad363fd3fcd942cf351159d5f7cb
parent45855badc1aacac7db78ece582886d7d4ae754f8 (diff)
downloadpacman-aaa356999af89b18b55c0a0205a5a0594fa790e7.tar.gz
pacman-aaa356999af89b18b55c0a0205a5a0594fa790e7.tar.xz
* Sorry tranlators, another string update. .pacorig was displayed twice in
the output of this message (simple fix- remove .pacorig from your translated message).
-rw-r--r--lib/libalpm/add.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}