liquid_feedback_frontend
diff app/main/vote/list.lua @ 231:068ad175ebd7
Added "Chrome" to browser warning text
author | jbe |
---|---|
date | Thu Oct 06 16:26:43 2011 +0200 (2011-10-06) |
parents | 39d49cf933d8 |
children | 6c88b4bfb56c |
line diff
1.1 --- a/app/main/vote/list.lua Thu Oct 06 16:16:26 2011 +0200 1.2 +++ b/app/main/vote/list.lua Thu Oct 06 16:26:43 2011 +0200 1.3 @@ -81,7 +81,7 @@ 1.4 end 1.5 1.6 1.7 -local warning_text = _"Some JavaScript based functions (voting in particular) will not work.\nFor this beta, please use a current version of Firefox, Safari, Opera(?), Konqueror or another (more) standard compliant browser.\nAlternative access without JavaScript will be available soon." 1.8 +local warning_text = _"Some JavaScript based functions (voting in particular) will not work.\nFor this beta, please use a current version of Firefox, Safari, Chrome, Opera(?), Konqueror or another (more) standard compliant browser.\nAlternative access without JavaScript will be available soon." 1.9 1.10 ui.script{ static = "js/browser_warning.js" } 1.11 ui.script{ script = "checkBrowser(" .. encode.json(_"Your web browser is not fully supported yet." .. " " .. warning_text:gsub("\n", "\n\n")) .. ");" }