summaryrefslogtreecommitdiff
path: root/gtk/gtkpagesetupunixdialog.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-11-26 08:59:27 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2012-11-26 08:59:27 +0000
commitceb866dfe6be6d88b8f83a3cbdb8a2a688419c82 (patch)
tree199d37cb5ed552bbe04503667fe4153952405939 /gtk/gtkpagesetupunixdialog.c
parent788f1a0934b17c64c86ed86021d54d59271195c1 (diff)
downloadgtk+-ceb866dfe6be6d88b8f83a3cbdb8a2a688419c82.tar.gz
Bug 595615 — Use proper ellipses
Use ‘…’ instead of ‘...’ in translatable strings. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=595615
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r--gtk/gtkpagesetupunixdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c
index 25a3bc3076..801b2515fa 100644
--- a/gtk/gtkpagesetupunixdialog.c
+++ b/gtk/gtkpagesetupunixdialog.c
@@ -842,7 +842,7 @@ page_name_func (GtkCellLayout *cell_layout,
g_object_unref (page_setup);
}
else
- g_object_set (cell, "text", _("Manage Custom Sizes..."), NULL);
+ g_object_set (cell, "text", _("Manage Custom Sizes…"), NULL);
}