[longomatch] Rename event type to Penalties
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Rename event type to Penalties
- Date: Wed, 24 Sep 2014 20:31:44 +0000 (UTC)
commit 4c4e5f0c89396fcecad3c68ab4270c7b07c9174f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Sep 19 20:19:00 2014 +0200
Rename event type to Penalties
LongoMatch.Core/Store/EventType.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Core/Store/EventType.cs b/LongoMatch.Core/Store/EventType.cs
index 36b36cc..9ad9a33 100644
--- a/LongoMatch.Core/Store/EventType.cs
+++ b/LongoMatch.Core/Store/EventType.cs
@@ -120,14 +120,14 @@ namespace LongoMatch.Core.Store
set;
}
}
-
+
[Serializable]
public class PenaltyCardEventType: EventType
{
public PenaltyCardEventType ()
{
ID = Constants.PenaltyCardID;
- Name = Catalog.GetString ("Penalty card");
+ Name = Catalog.GetString ("Penalties");
}
public override bool Equals (object obj)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]