Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties-fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-properties-fonts.c')
-rw-r--r--shell/ev-properties-fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-properties-fonts.c b/shell/ev-properties-fonts.c
index 1670616..c3a9c0a 100644
--- a/shell/ev-properties-fonts.c
+++ b/shell/ev-properties-fonts.c
@@ -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);