Skip to content

Commit

Permalink
improve built-in "no help found" page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 10, 2017
1 parent 9a94da8 commit 4ce3bd2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions doc/nohelp.html
Expand Up @@ -4,16 +4,17 @@
<title>No help found</title>
<meta charset="UTF-8">
</head>

<body>
<center><a href="http://qgis.org"><img src="qgis-icon-60x60.png" border=0></a></center>
<h1><center>Oops!</center></h1>
<p>Sorry, help is not available. Probably you have no Internet connection,
location of the help files is not configured or there is no help content
for requested topic.</p>
<p>Please make sure that correct location of the help files specified
in the QGIS options dialog (Settings&nbsp;&rarr; Options&nbsp;&rarr;
System).</p>
<p>QGIS help is currently not available. This is likely because:</p>
<ul>
<li>No internet connection is available</li>
<li>The offline help files are not available or the location of these
files is not properly configured</li>
<li>No help content is available for the requested topic</li>
</ul>
<p>Please check that the correct location of the offline help files is
specified in the QGIS options dialog (Settings&nbsp;&rarr; Options&nbsp;&rarr;System).</p>
</body>

</html>

0 comments on commit 4ce3bd2

Please sign in to comment.