From c6baa4204c39593926e650b62655f5883ed2aed7 Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Mon, 16 May 2011 01:33:12 +0000 Subject: [PATCH] (bug 28174) Message amended so as to not explicitly refer to LTR/RTL screen layout. --- RELEASE-NOTES-1.19 | 1 + includes/installer/Installer.i18n.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 30bce32c79..7f8d2ef0b2 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -52,6 +52,7 @@ used in Tiff files. * (bug 1780) Uploading files with non-ascii characters are now forbidden on Windows. * (bug 23464) File: prefixes are now chopped off during uploading. +* (bug 28174) Message amended to not explicitly refer to LTR/RTL screen layout. === API changes in 1.19 === * (bug 27790) add query type for querymodules to action=paraminfo diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 1495792aff..d1f8a83bfb 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -435,7 +435,7 @@ Then enable this option.", 'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files. Ideally, this should not be accessible from the web.', 'config-logo' => 'Logo URL:', - 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo in the top left corner. + 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo above the sidebar menu. Upload an image of the appropriate size, and enter the URL here. If you do not want a logo, leave this box blank.", -- 2.20.1