mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibGUI: Tweak GAboutDialog text
This commit is contained in:
parent
3f7de2713e
commit
9619dab727
Notes:
sideshowbarker
2024-07-19 10:26:48 +09:00
Author: https://github.com/awesomekling
Commit: 9619dab727
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ GAboutDialog::GAboutDialog(const StringView& name, const GraphicsBitmap* icon, C
|
|||
label->set_font(Font::default_bold_font());
|
||||
};
|
||||
make_label(m_name, true);
|
||||
make_label("Serenity Operating System");
|
||||
make_label("(C) The Serenity Developers");
|
||||
make_label("SerenityOS");
|
||||
make_label("(C) The SerenityOS developers");
|
||||
|
||||
right_container->layout()->add_spacer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue