* copy and paste error, "resolving deps" -> "cleaning up"

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
This commit is contained in:
Aaron Griffin 2007-01-26 01:34:26 +00:00
parent a5ad2b3f93
commit db87c8f62e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void cb_trans_evt(pmtransevt_t event, void *data1, void *data2)
}
break;
case PM_TRANS_EVT_CLEANUP_START:
pm_fprintf(stderr, NL, _("resolving dependencies... "));
pm_fprintf(stderr, NL, _("cleaning up... "));
break;
case PM_TRANS_EVT_RESOLVEDEPS_START:
pm_fprintf(stderr, NL, _("resolving dependencies... "));