yavsc/Yavsc/Resources/YavscLocalisation.cs

15 lines
305 B
C#

namespace Yavsc.Resources
{
///<summary>
/// Makes possible the code injection
///</summary>
public class YavscLocalisation
{
public static string ChooseAnEventDate {
get {
return "Please, choose a date for this event.";
}
}
}
}