[longomatch] Fix name of the default lineup



commit e62c1c630af3d7b8722baaa3fbc853a8b5bfa831
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Oct 29 22:56:05 2014 +0100

    Fix name of the default lineup

 LongoMatch.Core/Store/Project.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Project.cs b/LongoMatch.Core/Store/Project.cs
index fbe2ac9..46a6a7c 100644
--- a/LongoMatch.Core/Store/Project.cs
+++ b/LongoMatch.Core/Store/Project.cs
@@ -378,7 +378,7 @@ namespace LongoMatch.Core.Store
                        }
 
                        lineup = new LineupEvent {
-                               Name = Catalog.GetString ("Lineup ") + LocalTeamTemplate.TeamName,
+                               Name = Catalog.GetString ("Lineup"),
                                EventType = SubstitutionsEventType,
                                HomeStartingPlayers = LocalTeamTemplate.StartingPlayersList,
                                HomeBenchPlayers = LocalTeamTemplate.BenchPlayersList,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]