Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -52,6 +52,7 @@ |
53 | 53 | * (bug 1780) Uploading files with non-ascii characters are now forbidden on |
54 | 54 | Windows. |
55 | 55 | * (bug 23464) File: prefixes are now chopped off during uploading. |
| 56 | +* (bug 28174) Message amended to not explicitly refer to LTR/RTL screen layout. |
56 | 57 | |
57 | 58 | === API changes in 1.19 === |
58 | 59 | * (bug 27790) add query type for querymodules to action=paraminfo |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -435,7 +435,7 @@ |
436 | 436 | 'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files. |
437 | 437 | Ideally, this should not be accessible from the web.', |
438 | 438 | 'config-logo' => 'Logo URL:', |
439 | | - 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo in the top left corner. |
| 439 | + 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo above the sidebar menu. |
440 | 440 | Upload an image of the appropriate size, and enter the URL here. |
441 | 441 | |
442 | 442 | If you do not want a logo, leave this box blank.", |