summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2012-02-03 17:13:38 +0100
committerIgnacio Casal Quinteiro <icq@gnome.org>2012-02-03 17:13:38 +0100
commit022e17afbcc8f0eb25365fe53155d8c6642fa33e (patch)
tree771748bd215cc979f8511e342f7d7148bf34a865 /gtk/gtkaboutdialog.c
parentfb0c53a0ed1daf5417bc90af848131416dc13d81 (diff)
downloadgtk+-022e17afbcc8f0eb25365fe53155d8c6642fa33e.tar.gz
aboutdialog: add a \n in the copyright text
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 2a9757cc74..1e5876f772 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -103,7 +103,7 @@ static GdkColor default_visited_link_color = { 0, 0x5555, 0x1a1a, 0x8b8b };
/* Translators: this is the license preamble; the string at the end
* contains the URL of the license.
*/
-static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY; for details, visit <a href=\"%s\">%s</a>");
+static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY;\nfor details, visit <a href=\"%s\">%s</a>");
/* URLs for each GtkLicense type; keep in the same order as the enumeration */
static const gchar *gtk_license_urls[] = {