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

@ -1913,7 +1913,7 @@ selected_printer_changed (GtkTreeSelection *selection,
set_busy_cursor (dialog, TRUE);
gtk_list_store_set (GTK_LIST_STORE (priv->printer_list),
g_object_get_data (G_OBJECT (printer), "gtk-print-tree-iter"),
PRINTER_LIST_COL_STATE, _("Getting printer information..."),
PRINTER_LIST_COL_STATE, _("Getting printer information"),
-1);
return;
}
@ -3326,7 +3326,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);
}
static void