From 766adb9bff7a5c8ada0d18cafd3643e647fb6f23 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 01 Feb 2010 17:13:46 +0000 Subject: Assorted string fixes Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters. --- (limited to 'libview/ev-view.c') diff --git a/libview/ev-view.c b/libview/ev-view.c index 7314740..760cf04 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -3923,7 +3923,7 @@ draw_loading_text (EvView *view, gint width, height; if (!view->loading_text) { - const gchar *loading_text = _("Loading..."); + const gchar *loading_text = _("Loading…"); PangoLayout *layout; PangoFontDescription *font_desc; PangoRectangle logical_rect; -- cgit v0.9.1