summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-03-28 21:55:03 +0100
committerMatthias Clasen <mclasen@redhat.com>2014-04-04 01:24:35 -0400
commitf8b6bfe7447c6db6dff0c8c90d9ae64cf96dd33b (patch)
tree9e657812cb8700eb7af7f9d5f46505fad7f04709 /gtk/gtkaboutdialog.c
parent1bf2e0600fd226ca1f252c3439a7bb02e12b1fa9 (diff)
downloadgtk+-f8b6bfe7447c6db6dff0c8c90d9ae64cf96dd33b.tar.gz
docs: Remove '\' escape character from literals
commit 7f6a964c47ad2f9dcf6a00044d938840ce8f01f2 replaced entities, but escaped the replacement text also inside literals, which resulted in the escaping '\' to also appear in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=727322
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 2c6c9e5388..d2a56b6ed4 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -79,7 +79,7 @@
* use the function gtk_show_about_dialog() which constructs and shows a dialog
* and keeps it around so that it can be shown again.
*
- * Note that GTK+ sets a default title of `_("About \%s")` on the dialog
+ * Note that GTK+ sets a default title of `_("About %s")` on the dialog
* window (where \%s is replaced by the name of the application, but in
* order to ensure proper translation of the title, applications should
* set the title property explicitly when constructing a GtkAboutDialog,