[pacman-dev] [PATCH] Clarify inter-conflicts message

Allan McRae allan at archlinux.org
Sun Jul 14 21:46:13 EDT 2013


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

Signed-off-by: Allan McRae <allan at archlinux.org>
---
 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



More information about the pacman-dev mailing list