---
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 07ece16a706..613b0ae1b8d 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/freecol-developers