diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2012-11-26 08:59:27 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2012-11-26 08:59:27 +0000 |
commit | ceb866dfe6be6d88b8f83a3cbdb8a2a688419c82 (patch) | |
tree | 199d37cb5ed552bbe04503667fe4153952405939 /gtk/gtkfilechooserbutton.c | |
parent | 788f1a0934b17c64c86ed86021d54d59271195c1 (diff) | |
download | gtk+-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/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 7460e39697..3c9e121a41 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2043,7 +2043,7 @@ model_add_other (GtkFileChooserButton *button) gtk_list_store_insert (store, &iter, pos); gtk_list_store_set (store, &iter, ICON_COLUMN, NULL, - DISPLAY_NAME_COLUMN, _("Other..."), + DISPLAY_NAME_COLUMN, _("Other…"), TYPE_COLUMN, ROW_TYPE_OTHER, DATA_COLUMN, NULL, IS_FOLDER_COLUMN, FALSE, |