From 504188151e1dc98cf68eaab179c536a117ed7bce Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 2 Aug 2011 00:02:00 +0200 Subject: [PATCH] Mention online FAQ if documentation is not installed --- midori/midori-view.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/midori/midori-view.c b/midori/midori-view.c index 01519c7e..b0b163ae 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3898,10 +3898,11 @@ midori_view_set_uri (MidoriView* view, "

%s

" "" - "

There is no documentation installed at %s." + "

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. " + "View the FAQ online" "", title, title, logo_uri, view->uri); g_free (title); -- 2.39.5