Skip to content

Commit 4ce3bd2

Browse files
committed
improve built-in "no help found" page
1 parent 9a94da8 commit 4ce3bd2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/nohelp.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
<title>No help found</title>
55
<meta charset="UTF-8">
66
</head>
7-
87
<body>
98
<center><a href="http://qgis.org"><img src="qgis-icon-60x60.png" border=0></a></center>
109
<h1><center>Oops!</center></h1>
11-
<p>Sorry, help is not available. Probably you have no Internet connection,
12-
location of the help files is not configured or there is no help content
13-
for requested topic.</p>
14-
<p>Please make sure that correct location of the help files specified
15-
in the QGIS options dialog (Settings&nbsp;&rarr; Options&nbsp;&rarr;
16-
System).</p>
10+
<p>QGIS help is currently not available. This is likely because:</p>
11+
<ul>
12+
<li>No internet connection is available</li>
13+
<li>The offline help files are not available or the location of these
14+
files is not properly configured</li>
15+
<li>No help content is available for the requested topic</li>
16+
</ul>
17+
<p>Please check that the correct location of the offline help files is
18+
specified in the QGIS options dialog (Settings&nbsp;&rarr; Options&nbsp;&rarr;System).</p>
1719
</body>
18-
1920
</html>

0 commit comments

Comments
 (0)