[sysprof] window: add ellipsis to dialogs



commit 1d10c90aba4eaaa1bc12dae52ca85ac4624d5edc
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 24 20:59:23 2018 -0700

    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 aff4779..90e1da2 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"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]