Skip to content

Commit

Permalink
camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Jun 12, 2018
1 parent 5c5145c commit f144768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switch/source/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void Gui::draw(u128 uid)

// draw infos
u32 info_w, info_h, title_w, h, dotlen, titleid_w, producer_w, user_w;
GetTextDimensions(7, "Title information", &info_w, &info_h);
GetTextDimensions(7, "Title Information", &info_w, &info_h);
GetTextDimensions(5, "...", &dotlen, NULL);
GetTextDimensions(5, "Title: ", &title_w, &h);
GetTextDimensions(5, "Title ID: ", &titleid_w, NULL);
Expand All @@ -378,7 +378,7 @@ void Gui::draw(u128 uid)
rectangle(536, 159, 468, 16 + info_h, COLOR_GREY_DARK);
rectangle(536, offset - h/2, 468, h*4 + h/2, COLOR_GREY_DARKER);

DrawText(7, 540 - 12 + 468 - info_w, 169, COLOR_GREY_LIGHT, "Title information");
DrawText(7, 540 - 12 + 468 - info_w, 169, COLOR_GREY_LIGHT, "Title Information");
DrawText(5, 540, offset, COLOR_GREY_LIGHT, "Title: ");
DrawText(5, 540, offset + h, COLOR_GREY_LIGHT, "Title ID: ");
DrawText(5, 540, offset + h*2, COLOR_GREY_LIGHT, "Author: ");
Expand Down

0 comments on commit f144768

Please sign in to comment.