Mention online FAQ if documentation is not installed

This commit is contained in:
Christian Dywan 2011-08-02 00:02:00 +02:00
parent 630e23412a
commit 504188151e

View file

@ -3898,10 +3898,11 @@ midori_view_set_uri (MidoriView* view,
"<body><h1>%s</h1>" "<body><h1>%s</h1>"
"<img src=\"%s\" " "<img src=\"%s\" "
"style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "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 " "You may want to ask your distribution or "
"package maintainer for it or if this a custom build " "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>", "</body></html>",
title, title, logo_uri, view->uri); title, title, logo_uri, view->uri);
g_free (title); g_free (title);