From ffee2d45675a84f28118e8ea51196f4011d2413c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Thu, 21 Feb 2019 17:49:03 +0100 Subject: [PATCH] window: Rename GTK+ Inspector in user-visible strings --- gtk/gtkwindow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index ab5061d5f4..8682969454 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -10380,10 +10380,10 @@ gtk_window_set_debugging (gboolean enable, GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, - _("Do you want to use GTK+ Inspector?")); + _("Do you want to use GTK Inspector?")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), - _("GTK+ Inspector is an interactive debugger that lets you explore and " - "modify the internals of any GTK+ application. Using it may cause the " + _("GTK Inspector is an interactive debugger that lets you explore and " + "modify the internals of any GTK application. Using it may cause the " "application to break or crash.")); area = gtk_message_dialog_get_message_area (GTK_MESSAGE_DIALOG (dialog));