# HG changeset patch # User bsw # Date 1340916597 -7200 # Node ID c2022db9f64c707f2911d24d63aad44b6702542f # Parent 3ae5d5d5d1908bf579de084372471f92f5018e8d Text updated diff -r 3ae5d5d5d190 -r c2022db9f64c app/main/index/_action/login.lua --- a/app/main/index/_action/login.lua Thu Jun 28 22:49:49 2012 +0200 +++ b/app/main/index/_action/login.lua Thu Jun 28 22:49:57 2012 +0200 @@ -68,7 +68,7 @@ end else slot.select("error", function() - ui.tag{ content = _'Invalid username or password!' } + ui.tag{ content = _'Invalid login name or password!' } end) trace.debug('User NOT authenticated') return false