* 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++; errors++;
} else { } else {
archive_entry_set_pathname(entry, filename); 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); alpm_logaction(_("warning: %s saved as %s"), filename, newpath);
} }
} }