commit 3cd700b6268a4fa500cccd97f26179a80413f82f from: Omar Polo date: Fri Jul 02 16:49:06 2021 UTC slightly improve about:about commit - 6ce020bab975771009ad6babcb1d0ad6c82f5d03 commit + 3cd700b6268a4fa500cccd97f26179a80413f82f blob - 5fcaebc7eb6866b2c540b0dcb5d48049b21d8041 blob + c347da17e3d7a949f69c881e8d74494275f07394 --- pages.c +++ pages.c @@ -30,7 +30,7 @@ const char *about_about = "# About pages\n" "\n" - "Telescope has a number of \"special\" pages under `about:':\n" + "Telescope has a number of \"special\" built-in pages:\n" "\n" "=> about:about about:about : this page\n" "=> about:blank about:blank : a blank page\n" @@ -38,7 +38,6 @@ const char *about_about = "=> about:help about:help : help page\n" "=> about:new about:new : the default new tab page\n" "\n" - "These pages are built-in and don't require an internet connection.\n" ; const char *about_blank = "\n";