mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Some consistency tweaks for I484a24b424e69be3640e63b76f82735edae6f13a
* Email -> E-mail * article -> page * No Upper Casing Change-Id: Icefa597e468f42487b806b3e1c193d6881d1a7d1
This commit is contained in:
parent
abbfccca0e
commit
fdf1bc6008
|
@ -17,7 +17,7 @@ $messages['en'] = array(
|
|||
'prefs-emailfrequency' => 'When would you like to receive e-mail notifications?',
|
||||
'prefs-echosubscriptions' => 'Notify me when someone…',
|
||||
'echo-pref-web' => 'Web',
|
||||
'echo-pref-email' => 'Email',
|
||||
'echo-pref-email' => 'E-mail',
|
||||
'echo-pref-subscription-edit-user-talk' => 'Posts on my talk page',
|
||||
'echo-pref-subscription-article-linked' => 'Creates a link to a page I created',
|
||||
'echo-pref-subscription-reverted' => 'Reverts my edit',
|
||||
|
@ -30,9 +30,9 @@ $messages['en'] = array(
|
|||
// Dismiss interface
|
||||
'echo-dismiss-button' => 'Dismiss',
|
||||
'echo-dismiss-message' => 'Turn off all <b>$1</b> notifications',
|
||||
'echo-dismiss-title-edit-user-talk' => 'Talk Page Post',
|
||||
'echo-dismiss-title-article-linked' => 'Article Linked',
|
||||
'echo-dismiss-title-reverted' => 'Edit Reverted',
|
||||
'echo-dismiss-title-edit-user-talk' => 'Talk page post',
|
||||
'echo-dismiss-title-article-linked' => 'Page linked',
|
||||
'echo-dismiss-title-reverted' => 'Edit reverted',
|
||||
|
||||
// Errors
|
||||
'echo-no-agent' => '[Nobody]',
|
||||
|
|
Loading…
Reference in a new issue