* 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:
parent
45855badc1
commit
aaa356999a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue