1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc

While the binary is still called "Browser" for now, let's make it clear
that we're converging on a single name for this application.
This commit is contained in:
Andreas Kling 2023-05-09 06:05:36 +02:00
parent 07c6cebbab
commit 15211cd753
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[App]
Name=Browser
Name=Ladybird
Executable=/bin/Browser
Category=Internet

View file

@ -48,7 +48,7 @@
</head>
<body background="90s-bg.png">
<h1>Welcome to the Serenity Browser!</h1>
<h1>Welcome to the Ladybird web browser!</h1>
<p>This is a very simple browser built on the LibWeb and LibJS engines.</p>
<p>Your user agent is: <b><span id="ua"></span></b></p>
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>

View file

@ -12,7 +12,7 @@ $ Browser [options] [urls]
## Description
`Browser` is an application used to view the World Wide Web. It is built on top of Serenity's own `LibWeb` and `LibJS` engines, allowing it to render HTML, CSS, and JavaScript.
Ladybird (`Browser`) is an application used to view the World Wide Web. It is built on top of Serenity's own `LibWeb` and `LibJS` engines, allowing it to render HTML, CSS, and JavaScript.
## Options