From 5efd7699db5c6427e6fdbab6deb422162dfe1bde Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 19 Jul 2011 13:41:30 -0400 Subject: [PATCH] pk-command-not-found: An ellipsis has three dots, not two Signed-off-by: Adam Jackson --- contrib/command-not-found/pk-command-not-found.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/command-not-found/pk-command-not-found.c b/contrib/command-not-found/pk-command-not-found.c index 1eeb89d..504fe69 100644 --- a/contrib/command-not-found/pk-command-not-found.c +++ b/contrib/command-not-found/pk-command-not-found.c @@ -382,7 +382,7 @@ pk_cnf_progress_cb (PkProgress *progress, PkProgressType type, gpointer data) /* print to screen, still one line */ if (text != NULL) - g_print ("\n * %s.. ", text); + g_print ("\n * %s... ", text); } /** -- 1.7.6