Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1891,7 +1891,6 @@ |
1892 | 1892 | 'chick.css', |
1893 | 1893 | 'simple.css', |
1894 | 1894 | 'modern.css', |
1895 | | - 'print.css', |
1896 | 1895 | ), |
1897 | 1896 | 'scripts' => array( |
1898 | 1897 | 'common.js', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -202,7 +202,6 @@ |
203 | 203 | 'chick.css', |
204 | 204 | 'simple.css', |
205 | 205 | 'modern.css', |
206 | | - 'print.css', |
207 | 206 | 'common.js', |
208 | 207 | 'standard.js', |
209 | 208 | 'nostalgia.js', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2673,7 +2673,6 @@ |
2674 | 2674 | 'chick.css' => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it |
2675 | 2675 | 'simple.css' => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it |
2676 | 2676 | 'modern.css' => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it |
2677 | | -'print.css' => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it |
2678 | 2677 | |
2679 | 2678 | # Scripts |
2680 | 2679 | 'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it |