Skip to content

Commit

Permalink
UI|Client: Removed extraneous whitespace in saved session info popups
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 21, 2014
1 parent 6aa7512 commit b2fd5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/game/savedsession.cpp
Expand Up @@ -251,7 +251,7 @@ static String metadataAsStyledText(SavedSession::Metadata const &metadata)
_E(l) "IdentityKey: " _E(.)_E(i) "%2 " _E(.)
_E(l) "Current map: " _E(.)_E(i) "%3\n" _E(.)
_E(l) "Session id: " _E(.)_E(i) "%4\n" _E(.)
_E(D) "Game rules:\n" _E(.) " %5")
_E(D) "Game rules:\n" _E(.) "%5")
.arg(metadata.gets("userDescription", ""))
.arg(metadata.gets("gameIdentityKey", ""))
.arg(metadata.gets("mapUri", ""))
Expand Down

0 comments on commit b2fd5aa

Please sign in to comment.