This commit is contained in:
Paul Schneider 2016-05-20 15:01:49 +02:00
commit 27769da140

View file

@ -6,10 +6,5 @@ namespace Yavsc.Resources
///</summary> ///</summary>
public class YavscLocalisation public class YavscLocalisation
{ {
public static string ChooseAnEventDate {
get {
return "Please, choose a date for this event.";
}
}
} }
} }