Bug 595615 — Use proper ellipses

Use ‘…’ instead of ‘...’ in translatable strings.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=595615
This commit is contained in:
Philip Withnall
2012-11-26 08:59:27 +00:00
parent 788f1a0934
commit ceb866dfe6
8 changed files with 13 additions and 13 deletions

View File

@ -602,7 +602,7 @@ custom_paper_printer_data_func (GtkCellLayout *cell_layout,
if (printer)
g_object_set (cell, "text", gtk_printer_get_name (printer), NULL);
else
g_object_set (cell, "text", _("Margins from Printer..."), NULL);
g_object_set (cell, "text", _("Margins from Printer"), NULL);
if (printer)
g_object_unref (printer);