]> spindle.queued.net Git - midori/commitdiff
Mention online FAQ if documentation is not installed
authorChristian Dywan <christian@twotoasts.de>
Mon, 1 Aug 2011 22:02:00 +0000 (00:02 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 1 Aug 2011 22:02:00 +0000 (00:02 +0200)
midori/midori-view.c

index 01519c7e663f22382c931f1fa41d48ea1f5a5a24..b0b163aef1b5d71a3e9813e4f9a651c9fca4d4c5 100644 (file)
@@ -3898,10 +3898,11 @@ midori_view_set_uri (MidoriView*  view,
                     "<body><h1>%s</h1>"
                     "<img src=\"%s\" "
                     "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
-                    "<p />There is no documentation installed at %s."
+                    "<p />There is no documentation installed at %s. "
                     "You may want to ask your distribution or "
                     "package maintainer for it or if this a custom build "
-                    "verify that the build is setup properly."
+                    "verify that the build is setup properly. "
+                    "<a href=\"http://wiki.xfce.org/midori/faq\">View the FAQ online</a>"
                     "</body></html>",
                     title, title, logo_uri, view->uri);
                 g_free (title);