X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-sidebar-layers.c;h=5c9bbbdea02671db4a1579036d47d6a914652691;hb=refs%2Ftags%2FEVINCE_2_29_91;hp=5f168956879ed8f62487b9577fad24f126f54962;hpb=34148304a0237fd9fd7c4ea05ca2e053d9ddd3ff;p=evince.git diff --git a/shell/ev-sidebar-layers.c b/shell/ev-sidebar-layers.c index 5f168956..5c9bbbde 100644 --- a/shell/ev-sidebar-layers.c +++ b/shell/ev-sidebar-layers.c @@ -122,7 +122,7 @@ ev_sidebar_layers_create_loading_model (void) G_TYPE_INT); gtk_list_store_append (GTK_LIST_STORE (retval), &iter); - markup = g_strdup_printf ("%s", _("Loading...")); + markup = g_strdup_printf ("%s", _("Loading…")); gtk_list_store_set (GTK_LIST_STORE (retval), &iter, EV_DOCUMENT_LAYERS_COLUMN_TITLE, markup, EV_DOCUMENT_LAYERS_COLUMN_VISIBLE, FALSE,