1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Sorry tranlators, another string update. .pacorig was displayed twice in

the output of this message (simple fix- remove .pacorig from your
  translated message).
This commit is contained in:
Dan McGee 2007-03-06 19:38:04 +00:00
parent 45855badc1
commit aaa356999a

View File

@ -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);
}
}