window: Rename GTK+ Inspector in user-visible strings

This commit is contained in:
Piotr Drąg 2019-02-21 17:49:03 +01:00
parent b1fe5d8f1f
commit ffee2d4567

View File

@ -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));