don't be a hacker, use real quotation marks

This commit is contained in:
Hylke Bons 2010-05-01 21:07:54 +01:00
parent ea101f79b7
commit 93c7d08196

View file

@ -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 += " (thats you)";
// Actually add to the list
PeopleIter = PeopleStore.Prepend ();