fix title of "quote post" button

This commit is contained in:
Kuba Brecka 2013-04-10 20:32:28 +02:00
parent 28ed4defe3
commit 11886e3e33
4 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ window.PagedownCustom = {
insertButtons: [
{
id: 'wmd-quote-post',
description: I18n.t("js.composer.quote_title"),
description: I18n.t("js.composer.quote_post_title"),
execute: function() {
// AWFUL but I can't figure out how to call a controller method from outside our app
return Discourse.__container__.lookup('controller:composer').importQuote();

View File

@ -303,6 +303,7 @@ en:
show_preview: 'show preview »'
hide_preview: '« hide preview'
quote_post_title: "Quote whole post"
bold_title: "Strong"
bold_text: "strong text"
italic_title: "Emphasis"
@ -312,7 +313,7 @@ en:
link_dialog_title: "Insert Hyperlink"
link_optional_text: "optional title"
quote_title: "Blockquote"
quote_text: "Quote whole post"
quote_text: "Blockquote"
code_title: "Code Sample"
code_text: "enter code here"
image_title: "Image"

View File

@ -303,7 +303,7 @@ es:
link_dialog_title: "Insert Hyperlink"
link_optional_text: "optional title"
quote_title: "Blockquote"
quote_text: "Quote whole post"
quote_text: "Blockquote"
code_title: "Code Sample"
code_text: "enter code here"
image_title: "Image"

View File

@ -304,7 +304,7 @@ it:
link_dialog_title: "Inserisci Link"
link_optional_text: "titolo facoltativo"
quote_title: "Blockquote"
quote_text: "Quote whole post"
quote_text: "Blockquote"
code_title: "Code Sample"
code_text: "inserisci il codice qui"
image_title: "Immagine"