Use a clear message ather than using a made up work to describe what
we are doing.

Signed-off-by: Allan McRae <[email protected]>
---
 src/pacman/callback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index c57ef34..d0b7c40 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) {
-- 
1.8.3.2


Reply via email to