Clarify inter-conflicts message

Use a clear message rather than using a made up word to describe what
we are doing.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2013-07-15 11:45:11 +10:00
parent a774e4d5e2
commit 29498b6a2a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void cb_event(alpm_event_t event, void *data1, void *data2)
printf(_("resolving dependencies...\n"));
break;
case ALPM_EVENT_INTERCONFLICTS_START:
printf(_("looking for inter-conflicts...\n"));
printf(_("looking for conflicting packages...\n"));
break;
case ALPM_EVENT_ADD_START:
if(config->noprogressbar) {