From 9b103e6d975fe7ae537f7fd14ef3be1aff3f9380 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 28 Mar 2013 11:49:01 -0700 Subject: [PATCH] correct error in new tab tooltip text --- config/locales/client.en.yml | 2 +- config/locales/client.es.yml | 2 +- config/locales/client.id.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index ef353da172f..d7d46130a62 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -682,7 +682,7 @@ en: zero: "New" one: "New (1)" other: "New ({{count}})" - help: "new topics since your last visit, and tracked topics with new posts" + help: "new topics since your last visit" posted: title: "My Posts" help: "topics you have posted in" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index b11d3316255..de591efac4f 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -664,7 +664,7 @@ es: zero: "Nuevos" one: "Nuevo (1)" other: "Nuevos ({{count}})" - help: "new topics since your last visit, and tracked topics with new posts" + help: "new topics since your last visit" posted: title: "My Posts" help: "topics you have posted in" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 12d44b719b4..1a0a526bfd3 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -615,7 +615,7 @@ id: zero: "New" one: "New (1)" other: "New ({{count}})" - help: "new topics since your last visit, and tracked topics with new posts" + help: "new topics since your last visit" posted: title: "My Posts" help: "topics you have posted in"