diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-14 19:35:41 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-14 19:35:41 +0000 |
commit | c557fa589d2b796ae5bede6eda812995d91d8040 (patch) | |
tree | 6c9b52e18c41b8c8e6f0237676709f4946af41fe /src/pacman/sync.c | |
parent | 3a2d87d61df40ddcb716538950d2db7f048483dd (diff) |
* 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
Diffstat (limited to 'src/pacman/sync.c')
-rw-r--r-- | src/pacman/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |