Skip to content

Commit

Permalink
UI|Home: Tweaked font styling
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 30, 2014
1 parent a060ac2 commit 40da832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/savedsessionmenuwidget.cpp
Expand Up @@ -141,7 +141,7 @@ DENG_GUI_PIMPL(SavedSessionMenuWidget)

loadButton().disable(sGame.status() == Game::Incomplete);

loadButton().setText(String("%2\n" _E(s)_E(l)_E(F) "%3 %1")
loadButton().setText(String("%2\n" _E(l)_E(F) "%3 %1")
.arg(sGame.identityKey())
.arg(item.title())
.arg(tr("saved in")));
Expand Down

0 comments on commit 40da832

Please sign in to comment.