Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view.c')
-rw-r--r--libview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
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;