diff options
-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 1c1c3ae9..8208157a 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -574,7 +574,7 @@ int pacman_sync(list_t *targets) packages = alpm_trans_get_packages(); if(packages == NULL) { /* nothing to do: just exit without complaining */ - MSG(NL," local database is up to date"); + MSG(NL, _("local database is up to date\n")); goto cleanup; } |