From 474080a414edc963913e13c58004a0f6c7cab11b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 17 Apr 2013 23:14:58 -0700 Subject: [PATCH] localize composer toggler help text --- .../javascripts/discourse/templates/composer.js.handlebars | 2 +- config/locales/client.en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/composer.js.handlebars b/app/assets/javascripts/discourse/templates/composer.js.handlebars index 864661cd703..46021916ebc 100644 --- a/app/assets/javascripts/discourse/templates/composer.js.handlebars +++ b/app/assets/javascripts/discourse/templates/composer.js.handlebars @@ -19,7 +19,7 @@
- + {{#if content.viewOpen}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4f8a55013b5..1711431db7c 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -331,6 +331,7 @@ en: undo_title: "Undo" redo_title: "Redo" help: "Markdown Editing Help" + toggler: "hide or show the composer panel" notifications: title: "notifications of @name mentions, replies to your posts and topics, private messages, etc"