diff options
-rw-r--r-- | src/uicmd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc index 5b90385b..13cdfd91 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -957,7 +957,7 @@ void a_UIcmd_view_page_source(BrowserWindow *bw, const DilloUrl *url) } /* - * Show a text window with the URL's source + * Show the browser window's HTML errors in a text window */ void a_UIcmd_view_page_bugs(void *vbw) { |