From 21f757fd727eea02ac232adf9d3cd38c2a64676c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 14 Feb 2014 11:48:55 +0100 Subject: [PATCH] mention shortcut in the tooltip on the submit button --- .../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 2ab00eecaaf..c379d8e5878 100644 --- a/app/assets/javascripts/discourse/templates/composer.js.handlebars +++ b/app/assets/javascripts/discourse/templates/composer.js.handlebars @@ -82,7 +82,7 @@ {{#if currentUser}}
- + {{i18n cancel}}
{{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 20e910b1a33..f1ab148764f 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -524,6 +524,7 @@ en: cancel: "Cancel" create_topic: "Create Topic" create_pm: "Create Private Message" + title: "Or press Ctrl+Enter" users_placeholder: "Add a user" title_placeholder: "Type your title here. What is this discussion about in one brief sentence?"