From: Ant Zucaro Date: Tue, 5 Feb 2013 00:30:29 +0000 (-0500) Subject: Flip short and long description. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1e681bf2d331e375a94dd71a649795e006651af8;p=xonotic%2Fxonstat.git Flip short and long description. --- diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index 7e7e80e..3e567e4 100644 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -37,7 +37,7 @@ Game Information ${game.game_type_cd}

Played: ${game.fuzzy_date()}
- Game Type: ${game.game_type_cd} (${gametype.descr})
+ Game Type: ${gametype.descr} (${game.game_type_cd})
Server: ${server.name}
Map: ${map.name}
% if game.duration is not None: