From: Aryeh Gregor Date: Mon, 16 Mar 2009 00:33:11 +0000 (+0000) Subject: Spelling/grammar X-Git-Tag: 1.31.0-rc.0~42481 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f256dd2db3cb62a68dc5f1f682f15b886eeb5e31;p=lhc%2Fweb%2Fwiklou.git Spelling/grammar --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 97559e41a5..93577b007f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1306,7 +1306,7 @@ $wgGroupsRemoveFromSelf = array(); /** * Set of available actions that can be restricted via action=protect * You probably shouldn't change this. - * Translated trough restriction-* messages. + * Translated through restriction-* messages. */ $wgRestrictionTypes = array( 'edit', 'move' ); @@ -2802,17 +2802,17 @@ $wgLocalTZoffset = null; /** - * When translating messages with wfMsg(), it is not always clear what should be - * considered UI messages and what shoud be content messages. + * When translating messages with wfMsg(), it is not always clear what should + * be considered UI messages and what should be content messages. * - * For example, for regular wikipedia site like en, there should be only one - * 'mainpage', therefore when getting the link of 'mainpage', we should treate - * it as content of the site and call wfMsgForContent(), while for rendering the - * text of the link, we call wfMsg(). The code in default behaves this way. - * However, sites like common do offer different versions of 'mainpage' and the - * like for different languages. This array provides a way to override the - * default behavior. For example, to allow language specific mainpage and - * community portal, set + * For example, for the English Wikipedia, there should be only one 'mainpage', + * so when getting the link for 'mainpage', we should treat it as site content + * and call wfMsgForContent(), but for rendering the text of the link, we call + * wfMsg(). The code behaves this way by default. However, sites like the + * Wikimedia Commons do offer different versions of 'mainpage' and the like for + * different languages. This array provides a way to override the default + * behavior. For example, to allow language-specific main page and community + * portal, set * * $wgForceUIMsgAsContentMsg = array( 'mainpage', 'portal-url' ); */