diff --git a/Yavsc/Resources/YavscLocalisation.cs b/Yavsc/Resources/YavscLocalisation.cs index 1577cc33..9404f46c 100644 --- a/Yavsc/Resources/YavscLocalisation.cs +++ b/Yavsc/Resources/YavscLocalisation.cs @@ -6,10 +6,5 @@ namespace Yavsc.Resources /// public class YavscLocalisation { - public static string ChooseAnEventDate { - get { - return "Please, choose a date for this event."; - } - } } -} \ No newline at end of file +}