]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-properties-fonts.c
Assorted string fixes
[evince.git] / shell / ev-properties-fonts.c
index 1670616d1dc75efe84c81047668f41c706f1af1e..c3a9c0afa973506162d26b2530eee0b153c76b86 100644 (file)
@@ -159,7 +159,7 @@ update_progress_label (GtkWidget *label, double progress)
 {
        if (progress > 0) {
                char *progress_text;
-               progress_text = g_strdup_printf (_("Gathering font information... %3d%%"),
+               progress_text = g_strdup_printf (_("Gathering font information %3d%%"),
                                                 (int) (progress * 100));
                gtk_label_set_text (GTK_LABEL (label), progress_text);
                g_free (progress_text);