summaryrefslogtreecommitdiff
path: root/src/nautilus-image-properties-page.c
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2012-12-03 19:09:48 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2012-12-03 21:02:55 -0500
commitbde2536ee72672c4cd58af7cbb3cf42a42962c21 (patch)
tree9f088707a9772ca9ceba7d4bf4264228f07191b3 /src/nautilus-image-properties-page.c
parentb9294bb0ac7d2b971ceea51b8c683e67557b1ad4 (diff)
downloadnautilus-bde2536ee72672c4cd58af7cbb3cf42a42962c21.tar.gz
general: Use proper Unicode ellipsis instead of three periods
https://bugzilla.gnome.org/show_bug.cgi?id=689586
Diffstat (limited to 'src/nautilus-image-properties-page.c')
-rw-r--r--src/nautilus-image-properties-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c
index 723080eba..ba032a0f6 100644
--- a/src/nautilus-image-properties-page.c
+++ b/src/nautilus-image-properties-page.c
@@ -705,7 +705,7 @@ nautilus_image_properties_page_init (NautilusImagePropertiesPage *page)
gtk_orientable_set_orientation (GTK_ORIENTABLE (page->details->grid), GTK_ORIENTATION_VERTICAL);
gtk_grid_set_row_spacing (GTK_GRID (page->details->grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (page->details->grid), 20);
- append_item (page, _("Loading..."), NULL);
+ append_item (page, _("Loading…"), NULL);
gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (sw), page->details->grid);
gtk_widget_show_all (GTK_WIDGET (page));