corrects the book notification title

main
Paul Schneider 10 years ago
parent 1625ca3d2f
commit 6ad5994a80
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ namespace Yavsc.Helpers
{
var yaev = new YaEvent
{
Title = query.Client.UserName + SR["is asking you for a date"],
Title = query.Client.UserName + " "+ SR["is asking you for a date"]+".",
Comment = (query.Previsional != null) ?
SR["Deposit"] + string.Format(": {0:00}",
query.Previsional) : SR["No deposit."],

Loading…