From 1d10c90aba4eaaa1bc12dae52ca85ac4624d5edc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 24 Sep 2018 20:59:23 -0700 Subject: [PATCH] window: add ellipsis to dialogs This makes the title more closely match the menu items. --- src/sp-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sp-window.c b/src/sp-window.c index aff47795..90e1da2e 100644 --- a/src/sp-window.c +++ b/src/sp-window.c @@ -592,7 +592,7 @@ sp_window_save_capture (GSimpleAction *action, reader = sp_capture_reader_ref (self->reader); - dialog = gtk_file_chooser_native_new (_("Save Capture As"), + dialog = gtk_file_chooser_native_new (_("Save Capture As…"), GTK_WINDOW (self), GTK_FILE_CHOOSER_ACTION_SAVE, _("Save"), @@ -1005,7 +1005,7 @@ sp_window_open_from_dialog (SpWindow *self) g_assert (SP_IS_WINDOW (self)); - dialog = gtk_file_chooser_native_new (_("Open Capture"), + dialog = gtk_file_chooser_native_new (_("Open Capture…"), GTK_WINDOW (self), GTK_FILE_CHOOSER_ACTION_OPEN, _("Open"),