* cosmetic: double space in "full system upgrade"

This commit is contained in:
Aaron Griffin 2006-11-27 15:44:22 +00:00
parent 9918d43ab9
commit 6c68723905
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ int pacman_sync(list_t *targets)
if(config->op_s_upgrade) {
MSG(NL, _(":: Starting full system upgrade...\n"));
MSG(NL, _(":: Starting full system upgrade...\n"));
alpm_logaction(_("starting full system upgrade"));
if(alpm_trans_sysupgrade() == -1) {
ERR(NL, "%s\n", alpm_strerror(pm_errno));