From ec7448bd1b84f3dc8ab1c00dc846350128c2af0a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 17 Apr 2018 17:12:45 -0700 Subject: [PATCH] shorten copy from "is replying..." to "replying..." --- plugins/discourse-presence/config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/discourse-presence/config/locales/client.en.yml b/plugins/discourse-presence/config/locales/client.en.yml index ea1af30f81..b4dc7cdd86 100644 --- a/plugins/discourse-presence/config/locales/client.en.yml +++ b/plugins/discourse-presence/config/locales/client.en.yml @@ -4,5 +4,5 @@ en: replying: "replying" editing: "editing" replying_to_topic: - one: "is replying" - other: "are replying" + one: "replying" + other: "replying"