Skip to content

Commit

Permalink
Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittlegit authored and awesomekling committed Feb 15, 2020
1 parent 7a3bdf3 commit d5617fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Applications/Welcome/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int main(int argc, char** argv)
auto pages = _pages.value();

auto window = GUI::Window::construct();
window->set_title("Welcome to Serenity");
window->set_title("Welcome");
Gfx::Rect window_rect { 0, 0, 640, 360 };
window_rect.center_within(GUI::Desktop::the().rect());
window->set_resizable(true);
Expand All @@ -175,7 +175,7 @@ int main(int argc, char** argv)

auto header = GUI::Label::construct(background.ptr());
header->set_font(Gfx::Font::load_from_file("/res/fonts/PebbletonBold11.font"));
header->set_text("Welcome to Serenity");
header->set_text("Welcome to SerenityOS!");
header->set_text_alignment(Gfx::TextAlignment::CenterLeft);
header->set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fixed);
header->set_preferred_size(0, 30);
Expand Down
2 changes: 1 addition & 1 deletion Base/res/welcome.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Welcome
$ /res/icons/16x16/ladybug.png
> Welcome to SerenityOS!
> Welcome, friends, to SerenityOS!
Welcome to the exciting new world of Serenity, where the year is 1998 and the
leading OS vendor has decided to merge their flagship product with a Unix-like
kernel.
Expand Down

0 comments on commit d5617fc

Please sign in to comment.