From b2fd5aa696fe314e5fd92098621134aea9338eb0 Mon Sep 17 00:00:00 2001 From: danij Date: Fri, 21 Mar 2014 20:54:29 +0000 Subject: [PATCH] UI|Client: Removed extraneous whitespace in saved session info popups --- doomsday/libdeng2/src/game/savedsession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libdeng2/src/game/savedsession.cpp b/doomsday/libdeng2/src/game/savedsession.cpp index d704923ff7..c5a3d62909 100644 --- a/doomsday/libdeng2/src/game/savedsession.cpp +++ b/doomsday/libdeng2/src/game/savedsession.cpp @@ -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", ""))