From f4f864a4fb2bd4d7d6ddb0044f2f58aa9f62e7fb Mon Sep 17 00:00:00 2001 From: Raphael <raphael@joindiaspora.com> Date: Wed, 24 Nov 2010 21:36:34 -0500 Subject: [PATCH] Don't be obnoxious in the chrome frame --- lib/chrome_frame.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chrome_frame.rb b/lib/chrome_frame.rb index 87d9df65ea..a638c25515 100644 --- a/lib/chrome_frame.rb +++ b/lib/chrome_frame.rb @@ -24,7 +24,7 @@ module Rack <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> - <title>You need to use a real browser in order to use Diaspora!</title> + <title>Diaspora doesn't support your version of Internet Explorer. Try Chrome, Firefox, or Opera!</title> </head> <body> <div id="cf-placeholder"></div> -- GitLab