From: Robin Pepermans Date: Mon, 4 May 2009 19:32:35 +0000 (+0000) Subject: fix "remove to own account" -> "remove from own account" X-Git-Tag: 1.31.0-rc.0~41882 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=021638872a595f21949bdae8c0cbd63ce109ee3a;p=lhc%2Fweb%2Fwiklou.git fix "remove to own account" -> "remove from own account" --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c6c05dcba0..e39b12dd7e 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2287,9 +2287,9 @@ There may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] a 'listgrouprights-addgroup-all' => 'Can add all groups', 'listgrouprights-removegroup-all' => 'Can remove all groups', 'listgrouprights-addgroup-self' => 'Can add {{PLURAL:$2|group|groups}} to own account: $1', -'listgrouprights-removegroup-self' => 'Can remove {{PLURAL:$2|group|groups}} to own account: $1', +'listgrouprights-removegroup-self' => 'Can remove {{PLURAL:$2|group|groups}} from own account: $1', 'listgrouprights-addgroup-self-all' => 'Can add all groups to own account', -'listgrouprights-removegroup-self-all' => 'Can remove all groups to own account', +'listgrouprights-removegroup-self-all' => 'Can remove all groups from own account', # E-mail user 'mailnologin' => 'No send address',