[recipes] Align chef dialog title with menuitem



commit e1cf651901c02a00d94f2e7e60ed02d0dba3d661
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Mar 14 21:27:16 2017 -0400

    Align chef dialog title with menuitem
    
    Shorten the chef dialog title to "Chef Information",
    which is what we say in the menu.

 src/gr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-window.c b/src/gr-window.c
index b135cfa..747e5f7 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1096,7 +1096,7 @@ present_my_chef_dialog (GrChef   *chef,
         GrWindow *window = data;
 
         window->chef_dialog = (GtkWidget *)gr_chef_dialog_new (chef, FALSE);
-        gtk_window_set_title (GTK_WINDOW (window->chef_dialog), _("My Chef Information"));
+        gtk_window_set_title (GTK_WINDOW (window->chef_dialog), _("Chef Information"));
         g_signal_connect (window->chef_dialog, "done", G_CALLBACK (chef_done), window);
         gr_window_present_dialog (window, GTK_WINDOW (window->chef_dialog));
 }


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