Use proper ellipsis instead of three dots.
This commit is contained in:
parent
37387e491f
commit
76e501259e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue