diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2014-05-17 20:20:45 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2014-05-17 20:20:45 +0200 |
commit | df61db6dbc99259033dea81727e03a8b0b6d4c2b (patch) | |
tree | 2238d708399dd87cbbcfb53163f6ecd70a9c2b2f /gtk/gtkwindow.c | |
parent | b4a57a0f0cabf671f90b255351b10c5165d6acd7 (diff) | |
download | gtk+-df61db6dbc99259033dea81727e03a8b0b6d4c2b.tar.gz |
Improve punctuation in a new translatable string
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index e610d81415..20f7251e29 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -12467,7 +12467,7 @@ 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 " |