summaryrefslogtreecommitdiffstats
path: root/src/pacman
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman')
-rw-r--r--src/pacman/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index c57ef34a..d0b7c409 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -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) {