From 6a73e849631c6fc3d19c1b88505e19ac609d0db1 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 2 May 2012 14:09:11 +0000 Subject: [PATCH] Serie -> series (english) --- .../lotro/league/NewConstructedLeagueData.java | 2 +- .../gempukku/lotro/league/NewSealedLeagueData.java | 2 +- .../gemp-lotr-web/src/main/webapp/leagueAdmin.html | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewConstructedLeagueData.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewConstructedLeagueData.java index 3697c0f5d..38eae7ca7 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewConstructedLeagueData.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewConstructedLeagueData.java @@ -36,7 +36,7 @@ public class NewConstructedLeagueData implements LeagueData { String format = params[4 + i * 3]; int duration = Integer.parseInt(params[5 + i * 3]); int maxMatches = Integer.parseInt(params[6 + i * 3]); - _series.add(new DefaultLeagueSerieData(_leaguePrizes, false, "Serie " + (i + 1), + _series.add(new DefaultLeagueSerieData(_leaguePrizes, false, "Series " + (i + 1), serieStart, DateUtils.offsetDate(serieStart, duration - 1), maxMatches, format, null, collectionType)); diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewSealedLeagueData.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewSealedLeagueData.java index 41487c6b8..097fef78e 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewSealedLeagueData.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/league/NewSealedLeagueData.java @@ -37,7 +37,7 @@ public class NewSealedLeagueData implements LeagueData { _series = new LinkedList(); for (int i = 0; i < 4; i++) { _series.add( - new DefaultLeagueSerieData(_leaguePrizes, true, "Serie " + (i + 1), + new DefaultLeagueSerieData(_leaguePrizes, true, "Series " + (i + 1), DateUtils.offsetDate(start, i * serieDuration), DateUtils.offsetDate(start, (i + 1) * serieDuration - 1), maxMatches, _format, _format, _collectionType)); } diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/leagueAdmin.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/leagueAdmin.html index 433ed0594..ec422a833 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/leagueAdmin.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/leagueAdmin.html @@ -168,8 +168,8 @@
- Serie duration in days:
- Maximum matches in serie:
+ Series duration in days:
+ Maximum matches in series:
@@ -189,7 +189,7 @@
- Serie definition:
+ Series definition:
Format:
- Serie duration in days:
- Maximum matches in serie:
+ Series duration in days:
+ Maximum matches in series:
- +