diff --git a/Mage.Sets/src/mage/cards/c/Capricopian.java b/Mage.Sets/src/mage/cards/c/Capricopian.java
index 95019c260e..921f47e4e5 100644
--- a/Mage.Sets/src/mage/cards/c/Capricopian.java
+++ b/Mage.Sets/src/mage/cards/c/Capricopian.java
@@ -77,7 +77,7 @@ class CapricopianActivatedAbility extends ActivatedAbilityImpl {
public String getRule() {
return "{2}: Put a +1/+1 counter on {this}, then you may reselect which player {this} is attacking. " +
"Only the player {this} is attacking may activate this ability " +
- "and only during the declare attackers step. (It can’t attack its controller.)";
+ "and only during the declare attackers step. (It can't attack its controller.)";
}
@Override