mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibGUI: Tweak GAboutDialog text
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user