diff --git a/src/SparklePony.cs b/src/SparklePony.cs index 0e06a126..4bc3c746 100644 --- a/src/SparklePony.cs +++ b/src/SparklePony.cs @@ -887,7 +887,7 @@ public class SparklePonyWindow : Window { // Do something special if the person is you if (UserName.Equals (Repository.UserName)) - UserName += " (that's you)"; + UserName += " (that’s you)"; // Actually add to the list PeopleIter = PeopleStore.Prepend ();