- Fixes the french translation

- Css Style changed
This commit is contained in:
Paul Schneider
2014-10-29 11:29:03 +01:00
parent a2b1d6bb4e
commit b4fefbce7e
12 changed files with 104 additions and 131 deletions

View File

@ -70,9 +70,8 @@ namespace Yavsc.Controllers
public ActionResult Index ()
{
string cn = CultureInfo.CurrentCulture.Name;
ViewData ["Message"] =
LocalizedText.ResourceManager.GetString("Welcome");
return View ();
ViewData ["Message"] = LocalizedText.Welcome;
return View ();
}
public ActionResult AOEMail (string reason, string body)