Index: trunk/extensions/MobileFrontend/SopaNoticeTemplate.php |
— | — | @@ -14,12 +14,7 @@ |
15 | 15 | <div class='mwm-message mwm-notice'> |
16 | 16 | {$sopaNotice} |
17 | 17 | <br/> |
18 | | - {$sopaNotice} |
19 | 18 | <br/> |
20 | | - {$sopaNotice} |
21 | | - <br/> |
22 | | - {$sopaNotice} |
23 | | - <br/> |
24 | 19 | </div> |
25 | 20 | HTML; |
26 | 21 | return $noticeHtml; |
Index: trunk/extensions/MobileFrontend/MobileFrontend.i18n.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | 'mobile-frontend-login' => 'Log in', |
76 | 76 | 'mobile-frontend-placeholder' => 'Type your search here...', |
77 | 77 | 'mobile-frontend-dismiss-notification' => 'dismiss this notification', |
78 | | - 'mobile-frontend-sopa-notice' => 'WE NEED YOU TO PROTECT FREE SPEECH ONLINE', |
| 78 | + 'mobile-frontend-sopa-notice' => '<strong>IMAGINE A WORLD WITHOUT FREE KNOWLEDGE</strong>,<br/>Right now, the U.S. Congress is considering legislation that could cripple this site<br/> and your ability to access information online. <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Mobile_Learn_more">Learn more</a>.', |
79 | 79 | ); |
80 | 80 | |
81 | 81 | /** Message documentation (Message documentation) |