From c557fa589d2b796ae5bede6eda812995d91d8040 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 14 Feb 2007 19:35:41 +0000 Subject: * Updated Italian translation * Updated pot translation templates * Located culprit of progress bar moving when unicode characters are used, added a TODO note about it * Removed '(target)' string from the sync.c error message, just like we did from add.c yesterday * Updated my TODO --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 54ef205f..654c4613 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -662,7 +662,7 @@ int pacman_sync(alpm_list_t *targets) pmconflict_t *conflict = alpm_list_getdata(i); switch(alpm_conflict_get_type(conflict)) { case PM_CONFLICT_TYPE_TARGET: - MSG(NL, _("%s%s exists in \"%s\" (target) and \"%s\" (target)\n"), + MSG(NL, _("%s%s exists in both '%s' and '%s'\n"), alpm_option_get_root(), alpm_conflict_get_file(conflict), alpm_conflict_get_target(conflict), -- cgit v1.2.3