From 574b5d369e8b56eb52e6d6203a6bce4aaa0ee48c Mon Sep 17 00:00:00 2001 From: Kaldari Date: Thu, 3 Jan 2013 14:41:03 -0800 Subject: [PATCH] Changing article to page per Siebrand Change-Id: I6ca22a330961f2110e9a43eab6163c115cea6ab1 --- Echo.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Echo.i18n.php b/Echo.i18n.php index 44798af8d..9bfef174b 100644 --- a/Echo.i18n.php +++ b/Echo.i18n.php @@ -17,7 +17,7 @@ $messages['en'] = array( 'prefs-emailsubscriptions' => 'Notify me by e-mail when someone', 'prefs-emailfrequency' => 'How often I receive notifications by e-mail', 'echo-pref-email-edit-user-talk' => 'Posts on my talk page', - 'echo-pref-email-article-linked' => 'Creates a link to an article I created', + 'echo-pref-email-article-linked' => 'Creates a link to a page I created', 'echo-pref-email-reverted' => 'Reverts my edit', 'echo-pref-email-frequency-never' => 'Do not send me any e-mail notifications', 'echo-pref-email-frequency-immediately' => 'Individual notifications as they come in',