From 439b2edcbe1c2108c6d4c4ec3db5be04dbf92a0a Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 21 Apr 2016 19:02:05 +0200 Subject: [PATCH] Make preview message in file-chooser title bar a bit clearer --- gtk/xoptions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gtk/xoptions.c b/gtk/xoptions.c index f64a2d5..18024e8 100644 --- a/gtk/xoptions.c +++ b/gtk/xoptions.c @@ -1183,7 +1183,7 @@ void BrowseGTK(GtkWidget *widget, gpointer gdata) n = (int)(intptr_t) currentOption[opt_i].choice; if (n && !currentCps) { g_signal_connect (GTK_DIALOG (dialog), "selection-changed", G_CALLBACK(BrowseCallback), (gpointer)(intptr_t) opt_i); - gtk_window_set_title(GTK_WINDOW(dialog), _("*** Preview of selection in board window ***")); + gtk_window_set_title(GTK_WINDOW(dialog), _("*** Board window shows preview of selection ***")); } if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT) -- 1.7.0.4