localize composer toggler help text

This commit is contained in:
Jeff Atwood 2013-04-17 23:14:58 -07:00
parent 107e774de8
commit 474080a414
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</div> </div>
<div class='control'> <div class='control'>
<a href='#' class='toggler' {{action toggle bubbles=false}} title='toggle'></a> <a href='#' class='toggler' {{action toggle bubbles=false}} title='{{i18n composer.toggler}}'></a>
{{#if content.viewOpen}} {{#if content.viewOpen}}
<div class='control-row reply-area'> <div class='control-row reply-area'>

View File

@ -331,6 +331,7 @@ en:
undo_title: "Undo" undo_title: "Undo"
redo_title: "Redo" redo_title: "Redo"
help: "Markdown Editing Help" help: "Markdown Editing Help"
toggler: "hide or show the composer panel"
notifications: notifications:
title: "notifications of @name mentions, replies to your posts and topics, private messages, etc" title: "notifications of @name mentions, replies to your posts and topics, private messages, etc"