From: "Enrico Weigelt, metux IT consult" <enrico.weig...@gr13.net>
--- src/net/sf/freecol/client/gui/dialog/ConfirmDeclarationDialog.java | 2 +- src/net/sf/freecol/common/model/Map.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/net/sf/freecol/client/gui/dialog/ConfirmDeclarationDialog.java b/src/net/sf/freecol/client/gui/dialog/ConfirmDeclarationDialog.java index 0626b6840ac..da841653b4e 100644 --- a/src/net/sf/freecol/client/gui/dialog/ConfirmDeclarationDialog.java +++ b/src/net/sf/freecol/client/gui/dialog/ConfirmDeclarationDialog.java @@ -126,7 +126,7 @@ public class ConfirmDeclarationDialog extends FreeColDialog<List<String>> // based on the flag of Brazil, particularly the Provisional // Flag of Republic of the United States of Brazil (November - // 15–19, 1889) + // 15-19, 1889) public static final Flag PORTUGUESE_FLAG = new Flag(Background.FESSES, Decoration.NONE, UnionPosition.CANTON) .setUnionColor(new Color(62, 64, 149)) diff --git a/src/net/sf/freecol/common/model/Map.java b/src/net/sf/freecol/common/model/Map.java index 88d5c47bf9f..160d491a299 100644 --- a/src/net/sf/freecol/common/model/Map.java +++ b/src/net/sf/freecol/common/model/Map.java @@ -255,14 +255,14 @@ public class Map extends FreeColGameObject implements Location { /** * The latitude of the northern edge of the map. A negative value * indicates northern latitude, a positive value southern - * latitude. Thus, -30 equals 30°N, and 40 equals 40°S. + * latitude. Thus, -30 equals 30dgr N, and 40 equals 40dgr S. */ private int minimumLatitude = -90; /** * The latitude of the southern edge of the map. A negative value * indicates northern latitude, a positive value southern - * latitude. Thus, -30 equals 30°N, and 40 equals 40°S. + * latitude. Thus, -30 equals 30dgr N, and 40 equals 40dgr S. */ private int maximumLatitude = 90; -- 2.11.0.rc0.7.gbe5a750 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Freecol-developers mailing list Freecol-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freecol-developers