From 1c21a60fc0c4ae65d695b9b217d93580925ed9f0 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 1 Mar 2016 10:13:14 -0800 Subject: [PATCH] Change "Expand N alerts/messages" to "View N alerts/messages" Bug: T121936 Change-Id: I1a550d1ed12287ee148689255374d7d5edd00765 --- i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index a7fac9859..fb6e407c8 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -59,10 +59,10 @@ "echo-notification-loginrequired": "You must login to see your notifications.", "echo-notification-popup-loginrequired": "Please log in to view your notifications.", "echo-notification-markasread": "Mark as read", - "notification-link-text-expand-all": "Expand all", - "notification-link-text-expand-alert-count": "Expand {{PLURAL:$1|$1 alert|$1 alerts}}", - "notification-link-text-expand-message-count": "Expand {{PLURAL:$1|$1 message|$1 messages}}", - "notification-link-text-expand-all-count": "Expand {{PLURAL:$1|$1 notification|$1 notifications}}", + "notification-link-text-expand-all": "View all", + "notification-link-text-expand-alert-count": "View {{PLURAL:$1|$1 alert|$1 alerts}}", + "notification-link-text-expand-message-count": "View {{PLURAL:$1|$1 message|$1 messages}}", + "notification-link-text-expand-all-count": "View {{PLURAL:$1|$1 notification|$1 notifications}}", "notification-link-text-collapse-all": "Collapse all", "notification-link-text-view-message": "View message", "notification-link-text-view-mention": "View mention",