From 93c7d08196bf6e73239933cfdd4b82d118af03ff Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 1 May 2010 21:07:54 +0100 Subject: [PATCH] don't be a hacker, use real quotation marks --- src/SparklePony.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();