I have a number of plain text strings that I need to allow a user of my program to change, what is the usual/best way of doing something like this?
I was considering using C# properties for them all (and a "edit properties page") but I'm not sure that's the best solution.