From 76e501259e536deb3d2f70e81d5362d4d8a81371 Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Sun, 28 Oct 2007 18:16:45 +0000 Subject: [PATCH] Use proper ellipsis instead of three dots. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index c4d2b0827..70403998d 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -2376,7 +2376,7 @@ static void mainloop(void) do_setcursor(cursor_watch); // Wait while Text tool finishes loading fonts - draw_tux_text(TUX_WAIT, gettext("Please wait..."), 1); + draw_tux_text(TUX_WAIT, gettext("Please wait…"), 1); waiting_for_fonts = 1; #ifdef FORKED_FONTS