From 3325c476f84d6bfa7fa3a1aca7500e722b820a48 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 17 Apr 2013 15:50:21 -0700 Subject: [PATCH] improve flag description to reflect notifications --- config/locales/client.en.yml | 2 +- config/locales/client.id.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 125bfbfcd34..69c3d05641c 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -587,7 +587,7 @@ en: reply: "begin composing a reply to this post" like: "like this post" edit: "edit this post" - flag: "flag this post for moderator attention" + flag: "flag this post for attention" delete: "delete this post" undelete: "undelete this post" share: "share a link to this post" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 6775905ae87..e0f70632ab5 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -502,7 +502,7 @@ id: reply: "begin composing a reply to this post" like: "like this post" edit: "edit this post" - flag: "flag this post for moderator attention" + flag: "flag this post or send a notification about this post" delete: "delete this post" undelete: "undelete this post" share: "share a link to this post"